Table of Contents

Method GetRed

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

GetRed(int, int)

Returns the red intensity at the given coordinate.

public byte GetRed(int x, int y)

Parameters

x int

X coordinate of the pixel.

y int

Y coordinate of the pixel.

Returns

byte