ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / Point class

In This Topic
    Point class Members
    In This Topic

    The following tables list the members exposed by Point.

    Public Constructors
     NameDescription
    public Constructor  
    Top
    Public Fields
     NameDescription
    public FieldThe x coordinate of the point.  
    public FieldThe y coordinate of the point.  
    Top
    Public Methods
     NameDescription
    public MethodCalculates the angle between this vector and given vector.  
    public MethodMakes the composition of this point with given vector.  
    public MethodConstrains this point to the bounds of a rectangle.  
    public MethodCalculates the length of this vector.  
    public MethodMakes the scalar product of this vector with given vector.  
    public MethodMakes the subtraction of given vector from this vector.  
    public MethodMakes the scalar product of this vector with given vector.  
    Top
    See Also