オーバーロード | 解説 |
---|---|
GcWicBitmap コンストラクタ() | Initializes an instance of the GcWicBitmap class. |
GcWicBitmap コンストラクタ(Int32,Int32,Boolean,Single,Single) | Initializes a new instance of the GcWicBitmap class and creates the image.
The image content is not initialized and can contain any random data. |
GcWicBitmap コンストラクタ(Stream,Int32,Nullable<Rectangle>) | Initializes a new instance of the GcWicBitmap class. |
GcWicBitmap コンストラクタ(String,Int32,Nullable<Rectangle>) | Initializes a new instance of the GcWicBitmap class. |
GcWicBitmap コンストラクタ(Byte[],Int32,Nullable<Rectangle>) | Initializes a new instance of the GcWicBitmap class. |
GcWicBitmap コンストラクタ(Image,Nullable<Rectangle>) | Initializes a new instance of the GcWicBitmap class. |
GcWicBitmap コンストラクタ(GcBitmap,ImagingFactory) | 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. |
GcWicBitmap コンストラクタ(ImagingFactory) | Initializes a new instance of the GcWicBitmap class. |