PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / PointD Structure
Properties Methods


In This Topic
    PointD Structure Members
    In This Topic

    The following tables list the members exposed by PointD.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PointD structure.  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Represents an empty instance of the PointD structure.  
    Public PropertyGets a value indicating whether the current PointD is empty.  
    Public PropertyGets or sets the X coordinate of the current PointD.  
    Public PropertyGets or sets the Y coordinate of the current PointD.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Adds a SizeD to a PointD.  
    Public MethodConverts the current PointD structure to a System.Drawing.Point by rounding the double coordinates to the next higher integer values.  
    Public MethodOffsets the current PointD structure by the specified values.  
    Public Methodstatic (Shared in Visual Basic)Converts a string to a PointD structure.  
    Public Methodstatic (Shared in Visual Basic)Subtracts a SizeD from a PointD.  
    Public MethodConverts the current PointD structure to a System.Drawing.PointF.  
    Public MethodConverts the current PointD to a human readable string.  
    Public MethodConverts the current PointD structure to a System.Drawing.Point by truncating the values of the Point object.  
    Top
    Public Operators
    Adds a SizeD to a PointD.
    Converts a PointD to a SizeD.
    Overloaded. Converts a System.Drawing.Point to a PointD.
    Subtracts a SizeD from a PointD.
    Top
    See Also