Table of Contents
Preview #
About #
GraffitiMaterialIcons provides an API for rendering Material Icons to Xojo Picture objects at high resolution.
Requirements #
- This class requires GraffitiSVG.
- This class requires a DesktopHTMLViewer be present on a view (DesktopWindow or DesktopContainer) in your project for Windows support.
Enumerations #
Name | Values |
---|---|
IconCategories | Action Alert AV Communication Content Device Editor File Hardware Home Image Maps Navigation Notification Places Social Toggle |
IconTypes | Default Outlined Round Sharp TwoTone |
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
This class exposes no methods.
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 | category as IconCategories, type as IconTypes, name as String, overlay as ColorGroup = nil, width as Double = 512, height as Double = 512 | Picture | Renders and returns an image for the icon specified by the paramters. |
Properties #
This class exposes no properties.