public static Vintasoft.Primitives.VintasoftRect TransformRect(
Vintasoft.Primitives.VintasoftRect rect,
Vintasoft.Imaging.AffineMatrix matrix
)
public: static Vintasoft.Primitives.VintasoftRect TransformRect(
Vintasoft.Primitives.VintasoftRect rect,
Vintasoft.Imaging.AffineMatrix* matrix
)
public:
static Vintasoft.Primitives.VintasoftRect TransformRect(
Vintasoft.Primitives.VintasoftRect rect,
Vintasoft.Imaging.AffineMatrix^ matrix
)
'Declaration Public Overloads Shared Function TransformRect( _
ByVal rectThe rectangle.As Vintasoft.Primitives.VintasoftRect, _
ByVal matrixThe affine matrix.As Vintasoft.Imaging.AffineMatrix _
) As Vintasoft.Primitives.VintasoftRect
Parameters
- rect
- The rectangle.
- matrix
- The affine matrix.
Return Value
The bounding box of transformed rectangle.