Method GetRowPointer
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Windows.Core.dll
GetRowPointer<TPixel>(TPixel*, int, int)
public static TPixel* GetRowPointer<TPixel>(TPixel* pScan0, int stride, int y) where TPixel : unmanaged
Parameters
Returns
- TPixel*
Type Parameters
TPixel
GetRowPointer(void*, int, int)
public static void* GetRowPointer(void* pScan0, int stride, int y)
Parameters
Returns
- void*