DrawingPadSetPixel Method
Sets pixel whose coordinates are in aPoint to color in aColor.
Namespace: BeeMobile.DrawingPadAssembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
public void SetPixel(
Point aPoint,
Color aColor
)
Public Sub SetPixel (
aPoint As Point,
aColor As Color
)
Parameters
- aPoint Point
- Point where aColor will be set.
- aColor Color
- Color structure that will be set at aPoint.