Size Structure

Stores the height and width.

public struct Size : ValueType
Public Structure Size
    Inherits ValueType

Inheritance: ObjectValueTypeSize

Licensing Info

This struct is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

Constructors

Size(Single, Single)Initializes a new instance of Size from the specified height and width.

Properties

HeightGet or sets the height.
WidthGets or sets the width.

Methods

Equals(Object)Compares two size objects for equality.
GetHashCode()Returns the hash code for this instance.
(Inherited from ValueType)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also

ceTe.DynamicBarcode.Creator

In this topic