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

Method drawVerticalLine

hi_scripting/scripting/api/ScriptingGraphics.cpp:1941–1944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1939}
1940
1941void ScriptingObjects::GraphicsObject::drawVerticalLine(int x, float y1, float y2)
1942{
1943 drawActionHandler.addDrawAction(new ScriptedDrawActions::drawVerticalLine(x, SANITIZED(y1), SANITIZED(y2)));
1944}
1945
1946void ScriptingObjects::GraphicsObject::setOpacity(float alphaValue)
1947{

Callers 15

paintMethod · 0.45
drawTestEventMethod · 0.45
paintMethod · 0.45
paintMethod · 0.45
drawShadowBoxMethod · 0.45
paintOverChildrenMethod · 0.45
drawMethod · 0.45
paintMethod · 0.45
paintMethod · 0.45
paintMethod · 0.45
paintBackgroundMethod · 0.45

Calls 1

addDrawActionMethod · 0.80

Tested by

no test coverage detected