Draws the associated manipulators in the specified graphics.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
protected void DrawManipulators ( |
Visual Basic Copy Code |
---|
Protected Sub DrawManipulators( _ |
The IGraphics surface to draw the manipulators on.
true to render only inside the item's bounds; otherwise, false.
true if current graphics are in local coordinates; otherwise, false.
This method is invoked to render the item's manipulators, for example, collapse/expand buttons, scrollbars, and so on.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |