InscribedRectangle.IsValid Property

Definition

Is the described rectangle valid?

public:
 property bool IsValid { bool get(); };
public bool IsValid { get; }
member this.IsValid : bool
Public ReadOnly Property IsValid As Boolean

Property Value

Remarks

A rectangle is considered valid if its center point is valid.

Applies to