MindFusion.Mapping Programmer's Guide

LayerPresenter.DrawPoint Method

See Also
 






Draws a point marker at the specified location.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public void DrawPoint (
    Point point
)

Visual Basic  Copy Code

Public Sub DrawPoint( _
    point As Point _
)

 Parameters

point

The Point to draw.

 See Also