Ardillo\AreaDrawParams
On this page
Description
Ardillo base AreaDrawParams class.
Properties
AreaDrawParams::$app
Associated App instance
- type:
App
Methods
AreaDrawParams::getAreaSize()
Returns the area size
Returns Size
AreaDrawParams::getClipPoint()
Returns the clip point
Returns Point
AreaDrawParams::getClipSize()
Returns the clip size
Returns Size
AreaDrawParams::fill(DrawPath $path, DrawBrush $brush)
Fills the area using the specified brush
DrawPath $path
: The path to be followedDrawBrush $brush
: The brush to be used
AreaDrawParams::stroke(DrawPath $path, DrawBrush $brush, DrawStrokeParams $sp)
Apllies a stroke the area (its outline) using the specified brush
DrawPath $path
: The path to be followedDrawBrush $brush
: The brush to be usedDrawStrokeParams $sp
: The stroke parameters
AreaDrawParams::transform(DrawMatrix $matrix)
Applies a transformation matrix to the area
DrawMatrix $matrix
: The transformation matrix