[]
Provides functionality for rendering a C1BitmapIcon to an Image.
public class BitmapIconRenderer : IconRenderer, IDisposable
| Name | Description |
|---|---|
| BitmapIconRenderer(C1BitmapIcon, int) | Initializes a new instance of the BitmapIconRenderer class. |
| Name | Description |
|---|---|
| ImageIndex | Gets or sets the index of the small image in the SmallImageList. |
| ImageKey | Gets or sets the key of the small image in the SmallImageList. |
| ImageList | Gets or sets the object that contains the images to display. |
| ShowAsMonochrome | Gets or sets a value that indicates whether the bitmap is shown in a single color. |
| Size | Gets or sets the size of icon to show. |
| Source | Gets or sets the image source. |
| Stretch | Gets or sets a Stretch enumeration value that describes how the shape fills its allocated space. |
| Name | Description |
|---|---|
| GetImage() | Gets the image that the icon was rendered into. |