MindFusion.Wpf Pack Programmer's Guide
Diagram.DrawGrid Method
See Also
 





Renders the diagram grid.

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

 Syntax

C#  Copy Code

protected virtual void DrawGrid (
    DrawingContext graphics
)

Visual Basic  Copy Code

Protected Overridable Sub DrawGrid( _
    graphics As DrawingContext _
)

 Parameters

graphics

A DrawingContext instance representing the target drawing surface where the grid should be rendered.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace