[]
        
(Showing Draft Content)

C1.Framework.BitmapIconRenderer

BitmapIconRenderer Class

Provides functionality for rendering a C1BitmapIcon to an Image.

Inheritance
BitmapIconRenderer
Implements
Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public class BitmapIconRenderer : IconRenderer, IDisposable

Constructors

Name Description
BitmapIconRenderer(C1BitmapIcon, int)

Initializes a new instance of the BitmapIconRenderer class.

Properties

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.

Methods

Name Description
GetImage()

Gets the image that the icon was rendered into.