ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Coordinate Class
Fields Properties Methods


In This Topic
    Coordinate Class Members
    In This Topic

    The following tables list the members exposed by Coordinate.

    Public Constructors
     NameDescription
    Public ConstructorIndicates a new instance of the Coordinate class.  
    Top
    Protected Fields
     NameDescription
    Protected FieldSaves the data of this vector. (Inherited from C1.Framework.Mathematics.Vector<float>)
    Protected FieldSaves the type of T. (Inherited from C1.Framework.Mathematics.Vector<float>)
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the dimension of the vector. (Inherited from C1.Framework.Mathematics.Vector<float>)
    Public PropertyGets the all elements in the vector. (Inherited from C1.Framework.Mathematics.Vector<float>)
    Public PropertyGets a value indicating whether this Vector object is indentity vector. (Inherited from C1.Framework.Mathematics.Vector<float>)
    Public PropertyGets a value indicating whether this Vector object is zero vector. (Inherited from C1.Framework.Mathematics.Vector<float>)
    Public PropertyGets or sets the value of element at special index. (Inherited from C1.Framework.Mathematics.Vector<float>)
    Public PropertyGet the modul of the this vector. (Inherited from C1.Framework.Mathematics.Vector<float>)
    Public PropertyGets or sets the value of x-coordinate.  
    Public PropertyGets or sets the value of y-coordinate.  
    Top
    Public Methods
     NameDescription
    Public MethodAdd a special vector to this vector. (Inherited from C1.Framework.Mathematics.Vector<float>)
    Public MethodCreate a new object that is a copy of this C1.Framework.Mathematics.Vector. (Inherited from C1.Framework.Mathematics.Vector<float>)
    Public MethodDefines the descarts multiplication operation for vector. (Inherited from C1.Framework.Mathematics.Vector<float>)
    Public MethodDot multiply a speical vector to this vector. (Inherited from C1.Framework.Mathematics.Vector<float>)
    Public MethodDetermines whether the specified System.Object is equal to the current System.Object. (Inherited from C1.Framework.Mathematics.Vector<float>)
    Public MethodServes as the default hash function. (Inherited from C1.Framework.Mathematics.Vector<float>)
    Public MethodReturns a string that represents the current object. (Inherited from C1.Framework.Mathematics.Vector<float>)
    Top
    Public Operators
    Overloaded. Implicit convert a Point value to a Coordinate object.
    Top
    See Also