-
Notifications
You must be signed in to change notification settings - Fork 366
M_Aurora_EffectsEngine_EffectLayer_DrawFreeForm
Anton Pupkov edited this page Aug 8, 2016
·
2 revisions
Draws a FreeFormObject on the layer bitmap using a specified color.
Namespace: Aurora.EffectsEngine
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)
C#
public void DrawFreeForm(
FreeFormObject freeform,
Color color
)
- freeform
- Type: Aurora.Settings.FreeFormObject
The FreeFormObject that will be filled with a color - color
- Type: System.Drawing.Color
The color to be used