Matrix.projectRectBounds

Projects a #graphene_rect_t using the given matrix.

The resulting rectangle is the axis aligned bounding rectangle capable of fully containing the projected rectangle.

class Matrix
void
projectRectBounds
(,
out Rect res
)

Parameters

r Rect

a #graphene_rect_t

res Rect

return location for the projected rectangle

Meta