Table of Contents

Method GetPoint

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

GetPoint(int, int)

Gets the color at a specified point in the surface.

public ColorBgra GetPoint(int x, int y)

Parameters

x int

The x offset.

y int

The y offset.

Returns

ColorBgra

The color at the requested location.