ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Size2D Structure
Fields Properties Methods


In This Topic
    Size2D Structure Members
    In This Topic

    The following tables list the members exposed by Size2D.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)An empty size.  
    Public FieldThe vertical component of this Size2D structure.  
    Public Fieldstatic (Shared in Visual Basic)A size with infinite Width and Height.  
    Public FieldThe size of the Size2D type, in bytes.  
    Public FieldThe horizontal component of this Size2D structure.  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines if all components of Size2D are equal to zero.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Adds the width and height of one Size2D structure to the width and height of another Size2D structure.  
    Public MethodOverloaded. Indicates whether this instance and a specified object are equal.  
    Public MethodReturns a hash code for this instance.  
    Public MethodReturns a Size2L with rounded width and height.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Scales the width and height by the specified scaleFactor.  
    Public Methodstatic (Shared in Visual Basic)Subtracts the width and height of one Size2D structure from the width and height of another Size2D structure.  
    Public MethodConverts Size2D to C1.Win.Interop.Size.  
    Public MethodConverts Size2D to Size2F.  
    Public MethodConverts Size2D to System.Drawing.SizeF.  
    Public MethodReturns a string that represents the current object.  
    Public MethodReturns a Size2L with truncated width and height.  
    Top
    Public Operators
    Determines if the specified values are equal.
    Overloaded. Performs an explicit conversion from Size2D to C1.Win.Interop.Size.
    Determines if the specified values are not equal.
    Top
    See Also