Table of Contents

Method VerifyRowRange

Namespace
PaintDotNet
Assembly
PaintDotNet.Primitives.dll

VerifyRowRange<T>(RegionPtr<T>, int, int)

public static void VerifyRowRange<T>(this RegionPtr<T> region, int y, int height) where T : unmanaged

Parameters

region RegionPtr<T>
y int
height int

Type Parameters

T