The following tables list the members exposed by Size.
Name | Description | |
---|---|---|
Size Constructor | Overloaded. |
Name | Description | |
---|---|---|
Height | Gets or sets the height component. | |
IsEmpty | Gets a boolean value indicating whether the width and the height have zero values. | |
IsSealed | Gets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase) | |
Width | Gets or sets the width component. |
Name | Description | |
---|---|---|
Clone | Creates a copy of this object. | |
Equals | Overloaded. Compares this object to another Size object. | |
Seal | Makes the instance immutable. Any attempts to modify properties or members will result in an exception. (Inherited from Infragistics.Documents.Reports.SealableBase) | |
ToNative | Gets a native System.Drawing.SizeF object. |
View on GitHub