C1.Win.Interop Namespace / Point Structure
Members

Point Structure
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
 
Inheritance Hierarchy

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

See Also