Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Point Structure
Members


Point Structure
Represents an ordered pair of integer 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
Inheritance Hierarchy

System.Object
   System.ValueType
      GrapeCity.Drawing.Point

See Also