Method GetPointUnchecked
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
GetPointUnchecked(int, int)
Gets the color at a specified point in the surface.
public ColorBgra GetPointUnchecked(int x, int y)
Parameters
Returns
- ColorBgra
The color at the requested location.
Remarks
This method does not do any bounds checking and is potentially unsafe to use, but faster than GetPoint().