In This Topic
Initializes a new instance of the
Bitmap class.
Overload List
Overload | Description |
Create(ImagingFactory,Int32,Int32,Guid,BitmapCreateCacheOption) | Initializes a new instance of the Bitmap class. |
Create(ImagingFactory,Int32,Int32,Guid,DataRectangle,Int32) | Initializes a new instance of the Bitmap class from a memory location using C1.Util.DX.DataRectangle. |
Create(ImagingFactory,BitmapSource,BitmapCreateCacheOption) | Initializes a new instance of the Bitmap class from a BitmapSource |
Create(ImagingFactory,BitmapSource,RectL) | Initializes a new instance of the Bitmap class from a BitmapSource. |
Create(ImagingFactory,Icon) | Initializes a new instance of the Bitmap class from a System.Drawing.Icon. |
Create(ImagingFactory,Bitmap,BitmapAlphaChannelOption) | Initializes a new instance of the Bitmap class from a System.Drawing.Bitmap. |
See Also