Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Point Structure
Properties Methods

In This Topic
    C1Point Structure Members
    In This Topic

    The following tables list the members exposed by C1Point.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1Point struct.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the x-coordinate value of this C1Point structure.  
    Public PropertyGets or sets the y-coordinate value of this C1Point.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified System.Object, is equal to this instance.  
    Public MethodReturns a hash code for this instance.  
    Public MethodReturns a System.String that represents this instance.  
    Top
    Public Operators
    Implements the operator ==.
    Implements the operator !=.
    Top
    See Also