# GraffitiLineicons
Class Inherits GraffitiSuite.BaseObject
## About
GraffitiLineicons provides an API for rendering
Lineicons
icons to Xojo Picture objects at high resolution.
## Preview

Previous
Next
## Warnings
### Linux Support
Support varies by Linux distribution and installed libwebkit library and version.
### Windows Support
Requires the presence of an HTMLViewer on a window or container within the project.
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| IconTypes | Brand <br > Business <br > Communication <br > Construction <br > Currency <br > Design <br > Direction <br > Education <br > FoodAndRestaurant <br > HealthAndMedical <br > InterfaceAndSign <br > Marketing <br > Media <br > Nature <br > PartyAndFest <br > Personal <br > Smileys <br > Spinner <br > TextEditor <br > Travel <br > Weather <br > WebAndTechnology | Supported icon types or categories. |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | (None) | (None) | Creates a new instance of the class. |
## Shared Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Names | type as IconTypes | String | Returns an array of the supported icon names for the supplied IconType. |
| Render | type as IconTypes <br> name as String <br> overlay as ColorGroup = nil <br> width as Double = 512 <br> height as Double = 512 | Picture | Renders and returns an image for the icon specified by the paramters. |