| Overload | Description |
|---|---|
| C1Bitmap Constructor(Int32,Int32) | Initializes a new C1Bitmap of a given size. |
| C1Bitmap Constructor() | Initializes a new empty C1Bitmap. |
| C1Bitmap Constructor(Stream) | Initializes a new C1Bitmap with the contents of an image stream. |
| C1Bitmap Constructor(Uri) | Initializes a new C1Bitmap with the contents of an image stream. |
| C1Bitmap Constructor(C1Bitmap) | Initializes a new C1Bitmap with the contents of another C1Bitmap. |
| C1Bitmap Constructor(C1Bitmap,Int32,Int32) | Initializes a new C1Bitmap with the contents of another C1Bitmap. |
| C1Bitmap Constructor(WriteableBitmap) | Initializes a new C1Bitmap with the contents of a Windows.UI.Xaml.Media.Imaging.WriteableBitmap. |
| C1Bitmap Constructor(BitmapImage) | Initializes a new C1Bitmap with the contents of another Windows.UI.Xaml.Media.Imaging.BitmapImage. |