Adds a new control handle to the control handle collection of the shape. Returns a ControlDot object that corresponds to the added control handle.
Applies to: Shape object
[[Set] controlDotRet =] object.AddControlDot () |
The AddControlDot method syntax has these parts:
Part | Description |
object | Required. An expression that returns a Shape object. |
controlDotRet | Optional. A ControlDot type variable. |
Note that by default a new control handle is located in the point with (0,0) coordinates in the coordinate system of the object shape, to which this control handle is added. To change the position of the control handle use the X and Y properties of the ControlDot object.
See Also |
ControlDot method, ControlDotsNum method, RemoveControlDot method, ControlDot object |