MeshProvider::GetBounds

MeshProvider::GetBounds
virtual RectF GetBounds(const Matrix2F& m) const;
Description

GetBounds returns the bounds of the mesh. // returns a rectangle that defines the area of the display object.

Parameters
Parameters 
Description 
const Matrix2F& m 
The transformation matrix used for calculating the bounding rectangle. 
Return Value

A RectF representing a rectangle that bounds the mesh.