Search
IGraphics.DrawPoint Method (Pen, Double, Double)
See Also
 






Draws a point at the specified coordinates.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void DrawPoint (
    Pen pen,
    double x,
    double y
)

Visual Basic  Copy Code

Sub DrawPoint( _
    pen As Pen, _
    x As Double, _
    y As Double _
)

 Parameters

pen

A Pen object that determines the color, width, and style of the point.

x

The x-coordinate of the point.

y

The y-coordinate of the point.

 See Also