Renders the adjustment handles of this item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public abstract void DrawHandles ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Sub DrawHandles( _ |
The IGraphics surface on which the handles should be drawn.
A HandlesVisualStyle instance containing brush and pen objects that should be used when drawing handles.
Provides options for the drawing operation.
RemarksThis method is invoked when the item's adjustment handles must be rendered.
See Also