The C1Bitmap type exposes the following members.

Constructors

  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.

Methods

  Name Description
Public method BeginUpdate
Stop updating the ImageSource while the C1Bitmap content is modified.
Public method Copy
Copies another C1Bitmap into this one (image and size).
Public method DrawBitmap
Draws a C1Bitmap into this bitmap.
Public method EndUpdate
Resume updating the ImageSource while the C1Bitmap content is modified.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method Static member GetImageFormat
Gets the format used to encode an image in a stream.
Public method GetInterpolatedPixel
Gets the color of the pixel at the specified interpolated position in the C1Bitmap.
Public method GetPixel
Gets the color of the pixel at the specified position in the C1Bitmap.
Public method GetStream()()()()
Gets a PNG Stream that contains the image in this C1Bitmap.
Public method GetStream(Boolean)
Gets a PNG Stream that contains the image in this C1Bitmap.
Public method GetStream(ImageFormat, Boolean)
Gets a Stream that contains the image in this C1Bitmap.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method SetPixel(Int32, Int32, Color)
Sets the color of a pixel in the C1Bitmap.
Public method SetPixel(Int32, Int32, Byte, Byte, Byte, Byte)
Sets the color of a pixel in the C1Bitmap.
Public method SetSize
Initializes the C1Bitmap to a blank image of the given size.
Public method SetStream
Assigns a new image Stream to the C1Bitmap.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Height
Gets the height of the C1Bitmap, in pixels.
Public property ImageSource
Gets an ImageSource that is automatically updated to show the content of the C1Bitmap.
Public property InterpolationMode
Gets or sets the InterpolationMode parameter used to resize images.
Public property UriSource
Gets or sets a URL that contains a reference to the image to be loaded into this C1Bitmap.
Public property Width
Gets the width of the C1Bitmap, in pixels.

See Also