Method GetRowReference
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
GetRowReference(int)
Gets a reference to the beginning of the requested row in the surface.
public ref ColorBgra GetRowReference(int y)
Parameters
y
intThe row
Returns
- ColorBgra
A reference to (0,y) in this surface.