'Declaration Public Shared Function TransformBoundingBox( _
ByVal transformThe transform that should be applied to the bounding box.As PointFTransform, _
ByVal boundingBoxThe bounding box that should be transferred.As System.Drawing.RectangleF _
) As System.Drawing.RectangleF
public static System.Drawing.RectangleF TransformBoundingBox(
PointFTransform transform,
System.Drawing.RectangleF boundingBox
)
public: static System.Drawing.RectangleF* TransformBoundingBox(
PointFTransform* transform,
System.Drawing.RectangleF* boundingBox
)
public:
static System.Drawing.RectangleF^ TransformBoundingBox(
PointFTransform^ transform,
System.Drawing.RectangleF^ boundingBox
)
Parameters
- transform
- The transform that should be applied to the bounding box.
- boundingBox
- The bounding box that should be transferred.
Return Value
The transformed bounding box.