KeyedAttributeVariable<System.Drawing.Color>.KeyedAttributeVariable<System::Drawing::Color> Constructors
Initializes a new instance of the KeyedAttributeVariable<System.Drawing.Color> class.
Overload List
Name | Description | |
---|---|---|
Public method | KeyedAttributeVariable | Initializes a new instance of the KeyedAttributeVariable<System.Drawing.Color> class that uses the specified attribute value as a key into the lookup table. |
Public method | KeyedAttributeVariable | Initializes a new instance of the KeyedAttributeVariable<System.Drawing.Color> class that uses the specified attribute value as a key into a lookup table and a default value that is returned when the key attribute does not exist. |
KeyedAttributeVariable(Atom key)
Initializes a new instance of the KeyedAttributeVariable<System.Drawing.Color> class that uses the specified attribute value as
a key into the lookup table. Syntax
public KeyedAttributeVariable<System::Drawing::Color> (
Atom key
)
Parameters
key
Type: Atom
An atom that specifies which attribute value is used as a key into the lookup table.
An atom that specifies which attribute value is used as a key into the lookup table.
KeyedAttributeVariable(Atom key, System.Drawing.Color defaultValue)
Initializes a new instance of the KeyedAttributeVariable<System.Drawing.Color> class that uses the specified attribute value as
a key into a lookup table and a default value that is returned when the key attribute does not exist. Syntax
public KeyedAttributeVariable<System::Drawing::Color> (
Atom key,
System.Drawing.Color defaultValue
)
Parameters
key
Type: Atom
An atom that specifies which attribute is returned.
An atom that specifies which attribute is returned.
defaultValue
Type: System.Drawing.Color
The value that is returned if the attribute specified by key does not exist or is of the wrong type.
The value that is returned if the attribute specified by key does not exist or is of the wrong type.
Platforms
Windows, Linux, Android