Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Point Structure
Members


In This Topic
    Point Structure
    In This Topic
    Represents an ordered pair of x- and y-coordinates that defines a point in a two-dimensional plane.
    Syntax
    'Declaration
     
    
    Public Structure Point 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As Point
    public struct Point : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Drawing.Point

    See Also