[]
        
(Showing Draft Content)

C1.Framework.C1VectorIcon.-ctor

C1VectorIcon Constructor

C1VectorIcon()

Initializes a new instance of the C1VectorIcon class.

Declaration
protected C1VectorIcon()

C1VectorIcon(string)

Initializes a new instance of the C1VectorIcon class.

Declaration
protected C1VectorIcon(string key)
Parameters
Type Name Description
string key

String used as a key to retrieve the image.

C1VectorIcon(string, Size, Color)

Initializes a new instance of the C1VectorIcon class with specified key, size and color.

Declaration
protected C1VectorIcon(string key, Size size, Color color)
Parameters
Type Name Description
string key

String used as a key to retrieve the image.

Size size

The icon size.

Color color

Indicates the icon color.

C1VectorIcon(string, Size, Color, Color)

Initializes a new instance of the C1VectorIcon class with specified key, size and color.

Declaration
protected C1VectorIcon(string key, Size size, Color color, Color backColor)
Parameters
Type Name Description
string key

String used as a key to retrieve the image.

Size size

The icon size.

Color color

Indicates the icon color.

Color backColor

The icon background color.