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


In This Topic
    Size2L Structure Members
    In This Topic

    The following tables list the members exposed by Size2L.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)An empty size.  
    Public FieldThe vertical component of this Size2L structure.  
    Public Fieldstatic (Shared in Visual Basic)An infinite size.  
    Public FieldThe size of the Size2L type, in bytes.  
    Public FieldThe horizontal component of this Size2L structure.  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines if all components of Size2L are equal to zero.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Adds the width and height of one Size2L structure to the width and height of another Size2L structure.  
    Public MethodOverloaded. Indicates whether this instance and a specified object are equal.  
    Public MethodServes as the default hash function.  
    Public Methodstatic (Shared in Visual Basic)Subtracts the width and height of one Size2L structure from the width and height of another Size2L structure.  
    Public MethodConverts Size2L to System.Drawing.Size.  
    Public MethodConverts Size2L to Size2D.  
    Public MethodConverts Size2L to Size2F.  
    Public MethodReturns a string that represents the current Size2L object.  
    Top
    Public Operators
    Determines if the specified Size2L objects are equal.
    Overloaded. Performs an explicit conversion from Size2L to System.Drawing.Size.
    Determines if the specified Size2L objects are not equal.
    Top
    See Also