TreeView for WinForms | ComponentOne
C1.Win.Interop Namespace / Point Structure
Members

In This Topic
    Point Structure
    In This Topic
    Represents an ordered pair of double X and Y coordinates that defines a point in a two-dimensional plane.
    Object Model
    Point StructurePoint Structure
    Syntax
    'Declaration
     
    
    Public Structure Point 
       Inherits System.ValueType
    public struct Point : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          C1.Win.Interop.Point

    See Also