MindFusion.Mapping Programmer's Guide

ICanvas.DrawPoint Method

See Also
 






Draws a point marker at the specified location.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

void DrawPoint (
    Point point
)

Visual Basic  Copy Code

Sub DrawPoint( _
    point As Point _
)

 Parameters

point

The Point to draw.

 See Also