Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Point Structure
Members


In This Topic
    C1Point Structure
    In This Topic
    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
    public struct C1Point : System.ValueType 
    Inheritance Hierarchy

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

    See Also