Eyeshot 10 WinForms API Reference
IsValid Method (Point2D)

WinForms Assembly > devDept.Geometry Namespace > Point2D Class : IsValid Method
Returns true if the point's coordinates are resonable values.
Syntax
'Declaration
 
Public Overridable Function IsValid() As Boolean
public virtual bool IsValid()

Return Value

True if the point is valid, false otherwise.
See Also

Reference

Point2D Class
Point2D Members