Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point2D Class
Properties Methods


In This Topic
    Point2D Class Members
    In This Topic

    The following tables list the members exposed by Point2D.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets the absolute value of maximum coordinate.  
    Public Propertystatic (Shared in Visual Basic) Returns a 2D point with coordinates at double.MaxValue.  
    Public Propertystatic (Shared in Visual Basic) Returns a 2D point with coordinates at double.MinValue.  
    Public Propertystatic (Shared in Visual Basic) Returns a 2D point at origin.  
    Public Property X coordinate value.  
    Public Property Y coordinate value.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Compares two 2D points in the given domain.  
    Public Method Creates a deep copy of this 2D point.  
    Public Method  
    Public Methodstatic (Shared in Visual Basic) Computes the distance between two 2D points.  
    Public Methodstatic (Shared in Visual Basic) Computes the squared distance between two 2D points.  
    Public MethodOverloaded.  Computes the point-line distance.  
    Public MethodOverloaded.   
    Public Method  
    Public Method  
    Public Method Returns true if the point's coordinates are resonable values.  
    Public Method Project this point onto a 2D segment.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public Method Returns an array of point's coordinates.  
    Public Method Converts this 2D point to a human readable string.  
    Public Method Converts this 2D point to a human readable string.  
    Public Method Transforms the 2D point by the specified transformation.  
    Public Method  
    Top
    Public Operators
    Addition between two 2D points.
    Division between a 2D point and a scalar value.
     
     
    Overloaded.  Product between a scalar value and a 2D point.
    Subtraction between two 2D points.
    Top
    See Also