Jump to content

API Panel.Graphics: Difference between revisions

From Flowcode Help
Admin (talk | contribs)
XML import of API auto-gen
 
Admin (talk | contribs)
XML import API auto-gen
Line 1: Line 1:
wiki page name
wiki page name
==PanelGraphics==
Direct drawing routines for a single frame


Direct drawing routines for a single frame
----
===Functions provided for this class===
===Functions provided for this class===
{||-|[[API Panel.Graphics.Redraw|Redraw]]|Sends a redraw request to the given component|-|[[API Panel.Graphics.SetColor|SetColor]]|Sets the draw colour for and subsequent graphics objects|-|[[API Panel.Graphics.SetColorRGB|SetColorRGB]]|Sets the draw colour for and subsequent graphics objects|-|[[API Panel.Graphics.SetTextFont|SetTextFont]]|Sets the text font for subsequent text objects|-|[[API Panel.Graphics.SetTextScale|SetTextScale]]|Sets the text scale for subsequent text objects|-|[[API Panel.Graphics.DrawCreate|DrawCreate]]|Creates a drawing area on a shape|-|[[API Panel.Graphics.DrawBegin|DrawBegin]]|Begins drawing on a given shape|-|[[API Panel.Graphics.DrawEnd|DrawEnd]]|Ends drawing started with DrawBegin()|-|[[API Panel.Graphics.DrawDelete|DrawDelete]]|Deletes a drawing area for a shape|-|[[API Panel.Graphics.DrawText|DrawText]]|Draws a line of text texture|-|[[API Panel.Graphics.DrawPoint|DrawPoint]]|Draws a point on a texture|-|[[API Panel.Graphics.DrawLine|DrawLine]]|Draws a line on a texture|-|[[API Panel.Graphics.DrawRect|DrawRect]]|Draws a rectangle on a texture|-|[[API Panel.Graphics.DrawCircle|DrawCircle]]|Draws a circle on a texture|-|[[API Panel.Graphics.Shape|Shape]]|Routines to change the last drawn shape|}
{||-|[[API Panel.Graphics.Redraw|Redraw]]|Sends a redraw request to the given component|-|[[API Panel.Graphics.SetColor|SetColor]]|Sets the draw colour for and subsequent graphics objects|-|[[API Panel.Graphics.SetColorRGB|SetColorRGB]]|Sets the draw colour for and subsequent graphics objects|-|[[API Panel.Graphics.SetTextFont|SetTextFont]]|Sets the text font for subsequent text objects|-|[[API Panel.Graphics.SetTextScale|SetTextScale]]|Sets the text scale for subsequent text objects|-|[[API Panel.Graphics.DrawCreate|DrawCreate]]|Creates a drawing area on a shape|-|[[API Panel.Graphics.DrawBegin|DrawBegin]]|Begins drawing on a given shape|-|[[API Panel.Graphics.DrawEnd|DrawEnd]]|Ends drawing started with DrawBegin()|-|[[API Panel.Graphics.DrawDelete|DrawDelete]]|Deletes a drawing area for a shape|-|[[API Panel.Graphics.DrawText|DrawText]]|Draws a line of text texture|-|[[API Panel.Graphics.DrawPoint|DrawPoint]]|Draws a point on a texture|-|[[API Panel.Graphics.DrawLine|DrawLine]]|Draws a line on a texture|-|[[API Panel.Graphics.DrawRect|DrawRect]]|Draws a rectangle on a texture|-|[[API Panel.Graphics.DrawCircle|DrawCircle]]|Draws a circle on a texture|-|[[API Panel.Graphics.Shape|Shape]]|Routines to change the last drawn shape|}

Revision as of 15:34, 10 May 2013

wiki page name Direct drawing routines for a single frame

Functions provided for this class

Constants provided for this class

Examples