C1.Android.Core Assembly / C1.Android.Core Namespace / C1Point Structure
Members


C1Point Structure
Represents an x- and y-coordinate pair in two-dimensional space. Can also represent a logical point for certain property usages.
Syntax
'Declaration
 
Public Structure C1Point 
   Inherits System.ValueType
 
'Usage
 
Dim instance As C1Point
Inheritance Hierarchy

System.Object
   System.ValueType
      C1.Android.Core.C1Point

See Also