DefiningGeometry Property (RPolygon)
In This Topic
Gets the geometry that describes the shape.
Syntax
'Declaration
Protected Overridable ReadOnly Property DefiningGeometry As Geometry
'Usage
Dim instance As RPolygon
Dim value As Geometry
value = instance.DefiningGeometry
protected virtual Geometry DefiningGeometry {get;}
See Also