GenericSPDrawScreenPolygon Method |
Draw an area object in the default overlay, using screen coordinates. 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[] DrawScreenPolygon(
Polygon polygon
)
Public Overridable Function DrawScreenPolygon (
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. SetRenderSize() must
be called before using this method.
See Also