DrawingPadGetPixel Method
Gets the color of pixel whose coordinates are in aPoint
Namespace: BeeMobile.DrawingPadAssembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
public Color GetPixel(
Point aPoint
)
Public Function GetPixel (
aPoint As Point
) As Color
- aPoint Point
- Contains location of pixel what will be returned.
ColorColor structure that contains data about color on specified location.
Position is specified by
aPoint parameter.