Skip to content

M_Aurora_EffectsEngine_EffectLayer_Get_1

Anton Pupkov edited this page Aug 8, 2016 · 1 revision

EffectLayer.Get Method (Int32, Int32)

Retrieves a color of the specified X and Y coordinate on the bitmap

Namespace: Aurora.EffectsEngine
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)

Syntax

C#

public Color Get(
	int x,
	int y
)

Parameters

 

x
Type: System.Int32
X Coordiante on the bitmap
y
Type: System.Int32
Y Coordinate on the bitmap

Return Value

Type: Color
Color at (X,Y)

See Also

Reference

EffectLayer Class
Get Overload
Aurora.EffectsEngine Namespace

Clone this wiki locally