Click or drag to resize

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)
Syntax
public virtual double[] DrawPolygon(
	Polygon polygon
)

Parameters

polygon
Type: CadcorpPolygon
The area object to draw

Return Value

Type: Double
The area and perimeter of the area item.
Remarks
The created area is left as the current open item.
See Also