Version

Size Class Members

The following tables list the members exposed by Size.

Public Constructors
 NameDescription
Public ConstructorSize ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyHeightGets or sets the height component.  
Public PropertyIsEmptyGets a boolean value indicating whether the width and the height have zero values.  
Public PropertyIsSealedGets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase)
Public PropertyWidthGets or sets the width component.  
Public Methods
 NameDescription
Public MethodCloneCreates a copy of this object.  
Public MethodEqualsOverloaded. Compares this object to another Size object.  
Public MethodSealMakes the instance immutable. Any attempts to modify properties or members will result in an exception. (Inherited from Infragistics.Documents.Reports.SealableBase)
Public MethodToNativeGets a native System.Drawing.SizeF object.  
See Also