Table of Contents

Method GetPointUnchecked

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

GetPointUnchecked(int, int)

Gets the color at a specified point in the surface.

public ColorBgra GetPointUnchecked(int x, int y)

Parameters

x int

The x offset.

y int

The y offset.

Returns

ColorBgra

The color at the requested location.

Remarks

This method does not do any bounds checking and is potentially unsafe to use, but faster than GetPoint().