Skip to content

M_Aurora_EffectsEngine_EffectLayer_DrawFreeForm

Anton Pupkov edited this page Aug 8, 2016 · 2 revisions

EffectLayer.DrawFreeForm Method

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)

Syntax

C#

public void DrawFreeForm(
	FreeFormObject freeform,
	Color color
)

Parameters

 

freeform
Type: Aurora.Settings.FreeFormObject
The FreeFormObject that will be filled with a color
color
Type: System.Drawing.Color
The color to be used

See Also

Reference

EffectLayer Class
Aurora.EffectsEngine Namespace

Clone this wiki locally