Up: BLOX.BArc   [Index]


1.1.1 BLOX.BArc: accessing

endAngle

Answer the ending of the angular range that is occupied by the arc, expressed in degrees

endAngle: angle

Set the ending of the angular range that is occupied by the arc, expressed in degrees

fillChord

Specify that the arc will be filled by painting an area delimited by the arc and the chord that joins the arc’s endpoints.

fillSlice

Specify that the arc will be filled by painting an area delimited by the arc and the two radii joins the center of the arc with each of the endpoints (that is, that a pie slice will be drawn).

from

Answer the starting point of the arc in cartesian coordinates

from: aPoint

Set the starting point of the arc in cartesian coordinates

from: start to: end

Set the two starting points of the arc in cartesian coordinates

startAngle

Answer the beginning of the angular range that is occupied by the arc, expressed in degrees

startAngle: angle

Set the beginning of the angular range that is occupied by the arc, expressed in degrees

sweepAngle

Answer the size of the angular range that is occupied by the arc, expressed in degrees

sweepAngle: angle

Set the size of the angular range that is occupied by the arc, expressed in degrees

to

Answer the ending point of the arc in cartesian coordinates

to: aPoint

Set the ending point of the arc in cartesian coordinates


Up: BLOX.BArc   [Index]