C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / Effect Class / Create Method / Create(EffectContext,Guid) Method
The effect context.

The class ID of the effect to create.


In This Topic
Create(EffectContext,Guid) Method
In This Topic
Initializes a new instance of the Effect class.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal effectContext As EffectContext, _
   ByVal effectId As System.Guid _
) As Effect
 

Parameters

effectContext
The effect context.
effectId

The class ID of the effect to create.

See Also