Overload List

  Name Description
Public method C1Bitmap()()()()
Initializes a new empty C1Bitmap.
Public method C1Bitmap(Stream)
Initializes a new C1Bitmap with the contents of an image stream.
Public method C1Bitmap(Uri)
Initializes a new C1Bitmap with the contents of an image stream.
Public method C1Bitmap(WriteableBitmap)
Initializes a new C1Bitmap with the contents of a WriteableBitmap.
Public method C1Bitmap(C1Bitmap)
Initializes a new C1Bitmap with the contents of another C1Bitmap.
Public method C1Bitmap(Int32, Int32)
Initializes a new C1Bitmap of a given size.
Public method C1Bitmap(C1Bitmap, Int32, Int32)
Initializes a new C1Bitmap with the contents of another C1Bitmap.

See Also