Vector2D.IsValid Method

Returns true if the vector'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 vector is valid, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition