ImGui.DrawList

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.pngPlatform html5.pngPlatform winrt.pngPlatform win32.png
Available since: Gideros 2020.9

Description

This is the ImGui DrawList class.

This class gets the draw list associated to the current window, to append your own drawing primitives.


PLEASE NOTE THE DOCUMENTATION IS WORK IN PROGRESS


Methods

ImGui.DrawList:getBackgroundDrawList gets the background ImGui draw list
ImGui.DrawList:getForegroundDrawList gets the foreground ImGui draw list
ImGui.DrawList:getWindowDrawList gets the window ImGui draw list

ImGui.DrawList:addLine adds a line to an ImGui draw list
ImGui.DrawList:addRect adds a rectangle to an ImGui draw list
ImGui.DrawList:getCircleSegmentMaxError gets the draw list max circle segment error
ImGui.DrawList:getCurveTessellationTol gets the draw list curve tessellation tolerance
ImGui.DrawList:getFont gets the draw list font
ImGui.DrawList:getFontSize gets the draw list font size

Events

Constants


Dear ImGui