InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Interop Namespace / Point Structure
Properties Methods


In This Topic
    Point Structure Members
    In This Topic

    The following tables list the members exposed by Point.

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