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

GrapeCity.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 > GcWicBitmap クラス > GcWicBitmap コンストラクタ : GcWicBitmap コンストラクタ(GcBitmap,ImagingFactory)
The source GrapeCity.Documents.Imaging.GcBitmap.
The existing imaging factory, to avoid duplicating factories.
Initializes a new instance of the GcWicBitmap class from an instance of GrapeCity.Documents.Imaging.GcBitmap.

If the source image is not opaque, the color channels must be premultiplied with the alpha channel.

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

パラメータ

bitmap
The source GrapeCity.Documents.Imaging.GcBitmap.
imagingFactory
The existing imaging factory, to avoid duplicating factories.
参照

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