QmlPainterPath QML Type
A class for making QPainterPaths available in QML. More...
| Import Statement: | import org.kde.kquickimageeditor |
Properties
- boundingRect : rect
- elementCount : int
- empty : bool
- end : point
- start : point
- svgPath : string
Methods
- string contains(point point)
- string contains(rect rect)
- string intersects(rect rect)
- string map(matrix4x4 transform)
- string mapBoundingRect(matrix4x4 transform)
- string toString()
Detailed Description
Property Documentation
boundingRect : rect |
elementCount : int |
empty : bool |
end : point |
start : point |
svgPath : string |
The path in the form of an SVG path string for use with a Qt Quick SvgPath.
Method Documentation
string contains(point point) |
string contains(rect rect) |
string intersects(rect rect) |
string map(matrix4x4 transform) |
string mapBoundingRect(matrix4x4 transform) |
string toString() |