MCPcopy Create free account
hub / github.com/christophhart/HISE / fillRect

Method fillRect

hi_scripting/scripting/api/ScriptingGraphics.cpp:1864–1867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1862}
1863
1864void ScriptingObjects::GraphicsObject::fillRect(var area)
1865{
1866 drawActionHandler.addDrawAction(new ScriptedDrawActions::fillRect(getRectangleFromVar(area)));
1867}
1868
1869void ScriptingObjects::GraphicsObject::drawRect(var area, float borderSize)
1870{

Callers 15

paintMethod · 0.45
paintMethod · 0.45
paintMethod · 0.45
paintRowBackgroundMethod · 0.45
paintMethod · 0.45
drawTestEventMethod · 0.45
paintMethod · 0.45
paintMethod · 0.45
paintMethod · 0.45
drawLinearSliderMethod · 0.45
drawBackgroundMethod · 0.45

Calls 1

addDrawActionMethod · 0.80

Tested by

no test coverage detected