Bitmap for UWP
Create(DeviceContext,Guid) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct2D 名前空間 > Effect クラス > Create メソッド : Create(DeviceContext,Guid) メソッド
The device context.

The class ID of the effect to create.

Initializes a new instance of the Effectclass.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal deviceContext As DeviceContext, _
   ByVal effectId As System.Guid _
) As Effect
public static Effect Create( 
   DeviceContext deviceContext,
   System.Guid effectId
)

パラメータ

deviceContext
The device context.
effectId

The class ID of the effect to create.

解説
The created effect does not increment the reference count for the dynamic-link library (DLL) from which the effect was created. If the application deletes an effect while that effect is loaded, the resulting behavior will be unpredictable.
参照

Effect クラス
Effect メンバ
オーバーロード一覧