Method GetPoint
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
GetPoint(int, int)
Gets the color at a specified point in the surface.
public ColorBgra GetPoint(int x, int y)
Parameters
Returns
- ColorBgra
The color at the requested location.