Table of Contents

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 int

The 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().