Table of Contents

Method GetPointReferenceUnchecked

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

GetPointReferenceUnchecked(int, int)

Gets the reference of the requested point.

public ref ColorBgra GetPointReferenceUnchecked(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.

Remarks

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