DrawingPadSetPixel Method

Sets pixel whose coordinates are in aPoint to color in aColor.

Definition

Namespace: BeeMobile.DrawingPad
Assembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
C#
public void SetPixel(
	Point aPoint,
	Color aColor
)

Parameters

aPoint  Point
Point where aColor will be set.
aColor  Color
Color structure that will be set at aPoint.

See Also