The C1Bitmap type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1Bitmap()()()() |
Initializes a new empty C1Bitmap.
|
![]() |
C1Bitmap(Stream) |
Initializes a new C1Bitmap with the contents of an image stream.
|
![]() |
C1Bitmap(Uri) |
Initializes a new C1Bitmap with the contents of an image stream.
|
![]() |
C1Bitmap(WriteableBitmap) |
Initializes a new C1Bitmap with the contents of a WriteableBitmap.
|
![]() |
C1Bitmap(C1Bitmap) | |
![]() |
C1Bitmap(Int32, Int32) |
Initializes a new C1Bitmap of a given size.
|
![]() |
C1Bitmap(C1Bitmap, Int32, Int32) |
Methods
Name | Description | |
---|---|---|
![]() |
BeginUpdate |
Stop updating the ImageSource while the C1Bitmap content is modified.
|
![]() |
Copy |
Copies another C1Bitmap into this one (image and size).
|
![]() |
DrawBitmap |
Draws a C1Bitmap into this bitmap.
|
![]() |
EndUpdate |
Resume updating the ImageSource while the C1Bitmap content is modified.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
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.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() ![]() |
GetImageFormat |
Gets the format used to encode an image in a stream.
|
![]() |
GetInterpolatedPixel |
Gets the color of the pixel at the specified interpolated position in the C1Bitmap.
|
![]() |
GetPixel |
Gets the color of the pixel at the specified position in the C1Bitmap.
|
![]() |
GetStream()()()() | |
![]() |
GetStream(Boolean) | |
![]() |
GetStream(ImageFormat, Boolean) | |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
SetPixel(Int32, Int32, Color) |
Sets the color of a pixel in the C1Bitmap.
|
![]() |
SetPixel(Int32, Int32, Byte, Byte, Byte, Byte) |
Sets the color of a pixel in the C1Bitmap.
|
![]() |
SetSize |
Initializes the C1Bitmap to a blank image of the given size.
|
![]() |
SetStream | |
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Height |
Gets the height of the C1Bitmap, in pixels.
|
![]() |
ImageSource |
Gets an ImageSource that is automatically updated to show the content of the C1Bitmap.
|
![]() |
InterpolationMode |
Gets or sets the InterpolationMode parameter used to resize images.
|
![]() |
UriSource |
Gets or sets a URL that contains a reference to the image to be loaded
into this C1Bitmap.
|
![]() |
Width |
Gets the width of the C1Bitmap, in pixels.
|