GraffitiSuite Docs
Docs
Graffitiuicontrol
Loading document parsing libraries...
# GraffitiUIControl Class Inherits GraffitiSuite.BaseCanvas ## Attributes | Name | Value | | --- | --- | | HideFromLibrary | | ## Enumerations | Name | Value | Description | | --- | :---: | --- | | FontStyles | None <br > Bold <br > Italic | (None) | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Opening | (None) | (None) | (None) | | Paint | g as Graphics | (None) | (None) | | PointerDoublePress | position as Point <br> pointerInfo() as PointerEvent | (None) | (None) | | PointerDown | position as Point <br> pointerInfo() as PointerEvent | Boolean | (None) | | PointerDrag | position as Point <br> pointerInfo() as PointerEvent | Boolean | (None) | | PointerLongPress | position as Point <br> pointerInfo() as PointerEvent | (None) | (None) | | PointerPress | position as Point <br> pointerInfo() as PointerEvent | (None) | (None) | | PointerUp | position as Point <br> pointerInfo() as PointerEvent | Boolean | (None) | | Resized | (None) | (None) | (None) | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | (None) | (None) | Creates a new instance of the class. | ## Shared Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | BitmapForCaching | width as Double <br> height as Double <br> scale as Point | Picture | (None) | | ColorizeImage | p as Picture <br> c as Color | Picture | (None) | | DrawGradient | g as Graphics <br> StartColor as Color <br> EndColor as Color <br> Optional TopToBottom as Boolean = True | (None) | (None) | | GetFont | startFontName as String <br> startFontSize as Double <br> startFontStyle as GraffitiUIControl.FontStyles | Font | (None) |