MindFusion.Wpf Pack Programmer's Guide
DiagramItem.DrawManipulators Method
See Also
 





Draws the associated manipulators in the specified context.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

protected void DrawManipulators (
    DrawingContext graphics,
    bool clip
)

Visual Basic  Copy Code

Protected Sub DrawManipulators( _
    graphics As DrawingContext, _
    clip As Boolean _
)

 Parameters

graphics
The DrawingContext surface to draw the manipulators on.
clip
true to render only inside the item's bounds; otherwise, false.

 Remarks

This method is invoked to render the item's manipulators, for example, collapse/expand buttons, scrollbars, and so on.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming.Wpf Namespace