[]
        
(Showing Draft Content)

C1.Framework.C1VectorIcon.-ctor

C1VectorIcon Constructor

C1VectorIcon()

Initializes a new instance of the C1VectorIcon class.

Declaration
protected C1VectorIcon()
Protected Sub New()

C1VectorIcon(string)

Initializes a new instance of the C1VectorIcon class.

Declaration
protected C1VectorIcon(string key)
Protected Sub New(key As String)
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)
Protected Sub New(key As String, size As Size, color As 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)
Protected Sub New(key As String, size As Size, color As Color, backColor As 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.

Color backColor

The icon background color.