GraphicsNode.AddPointGraphics Method
Parent Object: GraphicsNodeDescription
Method that creates a new PointGraphics graphic primitive.
Syntax
GraphicsNode.AddPointGraphics() As PointGraphicsSamples
Name | Description |
Client graphics - image in point graphics | The following sample demonstrates creation of point client graphics with a custom image. |
OnDrag Event - dragging a WorkPoint | This sample demonstrates the use of the OnDrag event to drag fixed work points when no command is active. This sample only allows drags parallel to the X-Y plane. This sample is dependent on events and VB only supports events within a class module. |