 | PathPointsCollectionIsRectangle Property |
Gets a value indicating whether the path is rectangle.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic bool IsRectangle { get; }Public ReadOnly Property IsRectangle As Boolean
Get
public:
property bool IsRectangle {
bool get ();
}member IsRectangle : bool with get
/** @property */
public boolean get_IsRectangle()
function get_IsRectangle();
Property Value
Boolean
See Also