Overload | Description |
---|---|
GcWicBitmap Constructor() | Initializes an instance of the GcWicBitmap class. |
GcWicBitmap Constructor(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 Constructor(Stream,Int32,Nullable<Rectangle>) | Initializes a new instance of the GcWicBitmap class. |
GcWicBitmap Constructor(String,Int32,Nullable<Rectangle>) | Initializes a new instance of the GcWicBitmap class. |
GcWicBitmap Constructor(Byte[],Int32,Nullable<Rectangle>) | Initializes a new instance of the GcWicBitmap class. |
GcWicBitmap Constructor(Image,Nullable<Rectangle>) | Initializes a new instance of the GcWicBitmap class. |
GcWicBitmap Constructor(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 Constructor(ImagingFactory) | Initializes a new instance of the GcWicBitmap class. |