Table of Contents

Method GetPointReference

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

GetPointReference(int, int)

Gets the reference of the requested point.

public ref ColorBgra GetPointReference(int x, int y)

Parameters

x int

The x offset.

y int

The y offset.

Returns

ColorBgra

A reference to the requested point in the surface.