Table of Contents

Method VerifyColumn

Namespace
PaintDotNet
Assembly
PaintDotNet.Primitives.dll

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

public static void VerifyColumn<T>(this RegionPtr<T> region, int x) where T : unmanaged

Parameters

region RegionPtr<T>
x int

Type Parameters

T