C1.Silverlight.Imaging Namespace : C1Bitmap Class |
The following tables list the members exposed by C1Bitmap.
Name | Description | |
---|---|---|
C1Bitmap Constructor | Overloaded. |
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. |
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. | |
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 | Overloaded. Gets a PNG System.IO.Stream that contains the image in this C1Bitmap. | |
SetPixel | Overloaded. Sets the color of a pixel in the C1Bitmap. | |
SetSize | Initializes the C1Bitmap to a blank image of the given size. | |
SetStream | Assigns a new image System.IO.Stream to the C1Bitmap. |