Eyeshot 10 WPF API Reference
IsValid Method (Point2D)

WPF 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