[ Version ( since = "2.4" ) ]
public bool stroke_flip (int stroke_id, OrientationType flip_type, double axis)
flips the given stroke.
Rotates the given stroke around given center by angle (in degrees).
| this |
The path object. |
| stroke_id |
The stroke ID. |
| flip_type |
Flip orientation, either vertical or horizontal. |
| axis |
axis coordinate about which to flip, in pixels. |
|
TRUE on success. |