StyleContext.renderArrow

Renders an arrow pointing to angle.

Typical arrow rendering at 0, 1⁄2 π;, π; and 3⁄2 π:

class StyleContext
static
void
renderArrow
(,,
double angle
,
double x
,
double y
,
double size
)

Parameters

context StyleContext
cr Context
angle double

arrow angle from 0 to 2 * G_PI, being 0 the arrow pointing to the north

x double

X origin of the render area

y double

Y origin of the render area

size double

square side for render area

Meta