DrawingPadGetPixel Method

Gets the color of pixel whose coordinates are in aPoint

Definition

Namespace: BeeMobile.DrawingPad
Assembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
C#
public Color GetPixel(
	Point aPoint
)

Parameters

aPoint  Point
Contains location of pixel what will be returned.

Return Value

Color
Color structure that contains data about color on specified location. Position is specified by aPoint parameter.

See Also