Input for WinForms | ComponentOne
C1.Framework Namespace / BitmapIconRenderer Class
Properties Methods


In This Topic
    BitmapIconRenderer Class Members
    In This Topic

    The following tables list the members exposed by BitmapIconRenderer.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the BitmapIconRenderer class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the color used to paint the icon's background. (Inherited from C1.Framework.IconRenderer)
    Public PropertyGets or sets the color used to paint the icon. (Inherited from C1.Framework.IconRenderer)
    Public PropertyGets or sets the device dpi where the image will be used. (Inherited from C1.Framework.IconRenderer)
    Public PropertyGets or sets the index of the small image in the SmallImageList.  
    Public PropertyGets or sets the key of the small image in the SmallImageList.  
    Public PropertyGets or sets the object that contains the images to display.  
    Public PropertyGets or sets the padding of the icon. (Inherited from C1.Framework.IconRenderer)
    Public PropertyGets or sets whether the C1Icon should be drawn using right-to-left layout. (Inherited from C1.Framework.IconRenderer)
    Public PropertyGets the size of icon after scaling by IconRenderer.DeviceDpi. (Inherited from C1.Framework.IconRenderer)
    Public PropertyGets or sets a value that indicates whether the bitmap is shown in a single color.  
    Public PropertyOverridden. Gets or sets the size of icon to show.  
    Public PropertyGets or sets the image source.  
    Public PropertyGets or sets a Stretch enumeration value that describes how the shape fills its allocated space.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets or sets the cached icon image. (Inherited from C1.Framework.IconRenderer)
    Protected PropertyGets the icon to render. (Inherited from C1.Framework.IconRenderer)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Clean up any resources being used. (Inherited from C1.Framework.IconRenderer)
    Public MethodOverridden. Gets the image that the icon was rendered into.  
    Top
    Protected Methods
     NameDescription
    Protected MethodResets cached image. (Inherited from C1.Framework.IconRenderer)
    Top
    See Also