NodeIcons Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the NodeIcons class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
NodeIcons(Bitmap) | Initializes a new instance of the NodeIcons class. Loads an image strip 16x16, 32-bit colour image strip from the specified bitmap. | |
NodeIcons(String) | Initializes a new instance of the NodeIcons class. Loads an image strip 16x16, 32-bit colour image strip from the specified resource. |
Top