PaintExtents (gb.qt4)
This class represents a extents bounding box, as returned by properties like
Paint.ClipExtents or Paint.PathExtents.
This class is creatable.
Properties
H
|
A synonymous for the Height property.
|
Height
|
Returns the height of the extents.
|
W
|
A synonymous for the Width property.
|
Width
|
Returns the width of the extents.
|
X
|
Returns the left of the resulting extents.
|
X2
|
Returns the right of the resulting extents.
|
Y
|
Returns the top of the resulting extents.
|
Y2
|
Returns the bottom of the resulting extents.
|
Methods
Merge
|
Merges the specified extents into the current one and returns it.
|