Skip to content

M_Aurora_EffectsEngine_EffectLayer_Set_2

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

EffectLayer.Set Method (Int32, Int32, Color)

Sets a specific coordinate on the bitmap with a specified color.

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

Syntax

C#

public void Set(
	int x,
	int y,
	Color color
)

Parameters

 

x
Type: System.Int32
X Coordinate on the bitmap
y
Type: System.Int32
Y Coordinate on the bitmap
color
Type: System.Drawing.Color
Color to be used

See Also

Reference

EffectLayer Class
Set Overload
Aurora.EffectsEngine Namespace

Clone this wiki locally