'Declaration Public Overloads Shared Function Create( _ ByVal deviceContext As DeviceContext, _ ByVal effectId As Guid _ ) As Effect
public static Effect Create( DeviceContext deviceContext, Guid effectId )
Parameters
- deviceContext
- The device context.
- effectId
The class ID of the effect to create.