Search
IGraphics.DrawPoint Method
See Also
 





Draws a point at the specified coordinates.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void DrawPoint (
    SolidBrush brush,
    double x,
    double y,
    double size
)

Visual Basic  Copy Code

Sub DrawPoint( _
    brush As SolidBrush, _
    x As Double, _
    y As Double, _
    size As Double _
)

 Parameters

brush

A SolidBrush object that determines the color of the point.

x

The x-coordinate of the point.

y

The y-coordinate of the point.

size

The points' size.

 See Also