MindFusion.Wpf Pack Programmer's Guide
Layer(TColor, TPalette).Draw Method (MapElement, ICanvas)
See Also
 





Draws the specified map element on the specified canvas.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public void Draw (
    MapElement element,
    ICanvas canvas
)

Visual Basic  Copy Code

Public Sub Draw( _
    element As MapElement, _
    canvas As ICanvas _
)

 Parameters

element

A MapElement instance that should be rendered on the canvas.

canvas

An ICanvasWithPalette specifying the drawing canvas.

 See Also

Draw Method Overload List
Layer(TColor, TPalette) Members
Layer(TColor, TPalette) Class
MindFusion.Mapping Namespace