Table of Contents

Method GetRowPointer

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Core.dll

GetRowPointer<TPixel>(ISurface<TPixel>, int)

public static TPixel* GetRowPointer<TPixel>(this ISurface<TPixel> surface, int row) where TPixel : unmanaged, INaturalPixelInfo

Parameters

surface ISurface<TPixel>
row int

Returns

TPixel*

Type Parameters

TPixel