Table of Contents

Method DrawPoint

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

DrawPoint(Pen, double, double)

Draws point with the specified color.

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

Parameters

pen Pen

Color of the point.

x double

X-coordinate of the point.

y double

Y-coordinate of the point.

Exceptions

ArgumentNullException

if pen is null.