Method GetRowReferenceUnchecked
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
GetRowReferenceUnchecked(int)
Gets a reference to the beginning of the requested row in the surface.
public ref ColorBgra GetRowReferenceUnchecked(int y)
Parameters
y
intThe row
Returns
- ColorBgra
A reference to (0,y) in this surface.
Remarks
This method does not do any bounds checking and is potentially unsafe to use, but faster than GetRowReference().