[]
        
(Showing Draft Content)

C1.Framework.VectorIconElement.GetImage

GetImage Method

GetImage(ref Image, int, int)

Gets the image represented by this C1Icon.

Declaration
protected override bool GetImage(ref Image image, int width, int height)
Parameters
Type Name Description
Image image
int width
int height
Returns
Type Description
bool

True if returned bitmap should be disposed when no longer needed; False otherwise.

Overrides