Draws the item on the specified DrawingContext object.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public abstract void Draw ( |
Visual Basic Copy Code |
---|
Public MustOverride Sub Draw( _ |
Provides options for the drawing operation.
WpfDiagram calls this method to draw a representation of the diagram item onto the specified drawing surface. Implement this method in custom node or link types if you need to provide your own drawing functionality.
WpfDiagram Programmer's Guide | © 2024 MindFusion |