Click or drag to resize

GenericSPDrawPoint Method

Draw a point object in the current overlay.

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 void DrawPoint(
	Point point
)

Parameters

point
Type: CadcorpPoint
The point object to draw.
See Also