Method GetPointReferenceUnchecked
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
GetPointReferenceUnchecked(int, int)
Gets the reference of the requested point.
public ref ColorBgra GetPointReferenceUnchecked(int x, int y)
Parameters
Returns
- ColorBgra
A reference to the requested point in the surface.
Remarks
This method does not do any bounds checking and is potentially unsafe to use, but faster than GetPointReference().