DioDocs for PDF
RegisterAndCreateCustom<T> メソッド

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX.Direct2D 名前空間 > Effect クラス : RegisterAndCreateCustom<T> メソッド
効果を登録するファクトリー。
デバイスコンテキスト。
必要に応じて登録します。 そして、カスタム Effect クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Shared Function RegisterAndCreateCustom(Of T As {New, ICustomEffect})( _
   ByVal factory As Factory1, _
   ByVal deviceContext As DeviceContext _
) As Effect
public static Effect RegisterAndCreateCustom<T>( 
   Factory1 factory,
   DeviceContext deviceContext
)
where T: new(), ICustomEffect

パラメータ

factory
効果を登録するファクトリー。
deviceContext
デバイスコンテキスト。

型パラメータ

T
参照

Effect クラス
Effect メンバ