Table of Contents

Property this

Namespace
PaintDotNet
Assembly
PaintDotNet.Primitives.dll

this[int, int]

public ref T this[int x, int y] { get; }

Parameters

x int
y int

Property Value

T

this[Point2Int32]

public ref T this[Point2Int32 pt] { get; }

Parameters

pt Point2Int32

Property Value

T