PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / SizeD Structure
Properties Methods


In This Topic
    SizeD Structure Members
    In This Topic

    The following tables list the members exposed by SizeD.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the SizeD structure.  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Represents an empty instance of the SizeD structure.  
    Public PropertyGets or sets the vertical component of the current SizeD.  
    Public PropertyGets a value indicating whether of the current SizeD has zero SizeD.Width and SizeD.Height.  
    Public PropertyGets or sets the horizontal component of the current SizeD.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Adds two SizeD structures.  
    Public MethodConverts the current SizeD structure to a System.Drawing.Point by rounding the width and height to the next higher integer values.  
    Public Methodstatic (Shared in Visual Basic)Subtracts one SizeD structure from another.  
    Public MethodConverts the current SizeD structure to a human-readable string representing it.  
    Public MethodConverts the current SizeD structure to a System.Drawing.Point by truncating the width and height to integer values.  
    Top
    Public Operators
    Adds two SizeD structures.
    Converts a SizeD to a PointD.
    Overloaded. Converts a System.Drawing.Size to a SizeD.
    Subtracts one SizeD structure from another.
    Top
    See Also