Method Transform
Transform(Rectangle, Matrix3x2)
Declaration
public static Rectangle Transform(this Rectangle bounds, Matrix3x2 transformationMatrix)
Parameters
Type | Name | Description |
---|---|---|
Rectangle | bounds | |
Matrix3x2 | transformationMatrix |
Returns
Type | Description |
---|---|
Rectangle |
Transform(RectangleF, Matrix3x2)
Declaration
public static RectangleF Transform(this RectangleF bounds, Matrix3x2 transformationMatrix)
Parameters
Type | Name | Description |
---|---|---|
RectangleF | bounds | |
Matrix3x2 | transformationMatrix |
Returns
Type | Description |
---|---|
RectangleF |