GcWicBitmap Constructor(GcBitmap,ImagingFactory)
In This Topic
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.
Syntax
'Declaration
Public Function New( _
ByVal As GcBitmap, _
Optional ByVal As ImagingFactory _
)
public GcWicBitmap(
GcBitmap ,
ImagingFactory
)
Parameters
- bitmap
- The source GrapeCity.Documents.Imaging.GcBitmap.
- imagingFactory
- The existing imaging factory, to avoid duplicating factories.
See Also