'Declaration Public Overloads Shared Function TransformBoundingBox( _
ByVal transformMatrixThe transform matrix that should be applied to the bounding box.As AffineMatrix, _
ByVal boundingBoxThe bounding box that should be transferred.As Vintasoft.Primitives.VintasoftRect _
) As Vintasoft.Primitives.VintasoftRect
public static Vintasoft.Primitives.VintasoftRect TransformBoundingBox(
AffineMatrix transformMatrix,
Vintasoft.Primitives.VintasoftRect boundingBox
)
public: static Vintasoft.Primitives.VintasoftRect TransformBoundingBox(
AffineMatrix* transformMatrix,
Vintasoft.Primitives.VintasoftRect boundingBox
)
public:
static Vintasoft.Primitives.VintasoftRect TransformBoundingBox(
AffineMatrix^ transformMatrix,
Vintasoft.Primitives.VintasoftRect boundingBox
)
Parameters
- transformMatrix
- The transform matrix that should be applied to the bounding box.
- boundingBox
- The bounding box that should be transferred.
Return Value
The transformed bounding box.