Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point2D Class / ToArray Method

In This Topic
    ToArray Method (Point2D)
    In This Topic
    Returns an array of point's coordinates.
    Syntax
    'Declaration
     
    Public Overridable Function ToArray() As Double()
    public virtual double[] ToArray()

    Return Value

    The double array.
    See Also