Path.IsRectangle Property

Gets a value indicating whether this path represents a rectangle.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public bool IsRectangle { get; }

Property Value

true if the path is a rectangle; otherwise, false.

See Also

Reference