Gets a value indicating whether the entity is a rectangle.
public bool IsRect {get;}
'Declaration
Public ReadOnly Property IsRect As Boolean
Property Value
true
if the entity is defined by exactly two points, representing a rectangle; otherwise,
false
.