Point2D.IsValid Method

Returns true if the point's coordinates are reasonable values.
Public Overridable Function IsValid() As Boolean
This language is not supported or no code example is available.
public virtual bool IsValid()
This language is not supported or no code example is available.

Return Value

bool

True if the point is valid, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition