DioDocs for PDF
GcWicBitmap コンストラクタ(GcBitmap,ImagingFactory)

DS.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 > GcWicBitmap クラス > GcWicBitmap コンストラクタ : GcWicBitmap コンストラクタ(GcBitmap,ImagingFactory)
ソース GrapeCity.Documents.Imaging.GcBitmap
ファクトリの重複を避けるための既存のイメージングファクトリ。
GrapeCity.Documents.Imaging.GcBitmap のインスタンスから GcWicBitmap クラスの新しいインスタンスを初期化します。

ソース画像が不透明でない場合、カラーチャネルにアルファチャネルを前乗算する必要があります。

シンタックス
'宣言
 
Public Function New( _
   ByVal bitmap As GcBitmap, _
   Optional ByVal imagingFactory As ImagingFactory _
)
public GcWicBitmap( 
   GcBitmap bitmap,
   ImagingFactory imagingFactory
)

パラメータ

bitmap
ソース GrapeCity.Documents.Imaging.GcBitmap
imagingFactory
ファクトリの重複を避けるための既存のイメージングファクトリ。
参照

GcWicBitmap クラス
GcWicBitmap メンバ
オーバーロード一覧
ConvertToPremultipliedAlpha メソッド