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


In This Topic
    Size2F Structure Members
    In This Topic

    The following tables list the members exposed by Size2F.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)An empty size.  
    Public FieldThe vertical component of this Size2F structure.  
    Public Fieldstatic (Shared in Visual Basic)A size with infinite Width and Height.  
    Public FieldThe size of the Size2F type, in bytes.  
    Public FieldThe horizontal component of this Size2F structure.  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines if all components of Size2F are equal to zero.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Adds the width and height of one Size2F structure to the width and height of another Size2F 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 Size2F structure from the width and height of another Size2F structure.  
    Public MethodConverts Size2F to C1.Win.Interop.Size.  
    Public MethodConverts Size2F to Size2D.  
    Public MethodConverts Size2F 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 Size2F to System.Drawing.SizeF.
    Determines if the specified values are not equal.
    Top
    See Also