NShapeCreatedListener Class Members
In This Topic
The following tables list the members exposed by NShapeCreatedListener.
Public Constructors
Public Methods
| Name | Description |
| OnMultiPointCreated | Called when a shape, which consists of multiple points has been created. Return false to cancel the adding of the shape to the document. |
| OnMultiPolygonCreated | Called when a shape, which consists of multiple polygons has been created. Return false to cancel the adding of the shape to the document. |
| OnMultiPolylineCreated | Called when a shape, which consists of multiple polylines has been created. Return false to cancel the adding of the shape to the document. |
| OnPointCreated | Called when a point shape has been created. Return false to cancel the adding of the shape to the document. |
| OnPolygonCreated | Called when a polygon shape has been created. Return false to cancel the adding of the shape to the document. |
| OnPolylineCreated | Called when a polyline shape has been created. Return false to cancel the adding of the shape to the document. |
Top
See Also