Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.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
    public struct C1Point : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          C1.Blazor.Core.C1Point

    See Also