Version

Size Structure Members

The following tables list the members exposed by Size.

Public Constructors
 NameDescription
Public ConstructorSize ConstructorInitialize a new sinstance of Size  
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)EmptyThe instace that represents an empty size  
Public PropertyHeightGets/sets the height  
Public PropertyIsEmptyReturns true if this is the empty struct  
Public PropertyWidthGets/sets the Width  
Public Methods
 NameDescription
Public MethodEqualsDetermines if the object is equal to this obect  
Public MethodGetHashCodeReturns a hash code  
Public MethodToStringReturns a string containing the width and height  
Public Operators
public Operator Equality == operator
public Operator Inequality != operator
See Also