GenericSPDrawPolygon Method |
Draw an area object in the default overlay. If the Pen or Brush is null, then no actual drawing takes place
(but the area is still measured).
Namespace:
Cadcorp.GFB.CadcorpSP
Assembly:
Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic virtual double[] DrawPolygon(
Polygon polygon
)
Public Overridable Function DrawPolygon (
polygon As Polygon
) As Double()
Parameters
- polygon
- Type: CadcorpPolygon
The area object to draw
Return Value
Type:
DoubleThe area and perimeter of the area item.
RemarksThe created area is left as the current open item.
See Also