Table of Contents

Method GetAlpha

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

GetAlpha(int, int)

Return alpha value at given pixel location.

public byte GetAlpha(int x, int y)

Parameters

x int

X coordinate of the pixel.

y int

Y coordinate of the pixel.

Returns

byte