-
Notifications
You must be signed in to change notification settings - Fork 365
M_Aurora_EffectsEngine_EffectLayer_Set_2
Anton Pupkov edited this page Aug 8, 2016
·
1 revision
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)
C#
public void Set(
int x,
int y,
Color color
)
- 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