Draws the item on the specified IGraphics surface.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public abstract void Draw ( |
Visual Basic
![]() |
---|
Public MustOverride Sub Draw( _ |
The IGraphics surface to draw the item on.
Provides options for the drawing operation.
MindFusion.Diagramming for Xamarin calls this method to draw a representation of the diagram item onto the specified graphics surface. Implement this method in custom node or link types if you need to provide your own drawing functionality.