RectTransform 方法 (Rect, Matrix) |
Returns the bounds of the transformed rectangle.
The Empty Rect is not affected by this call.
命名空间:
CPF.Drawing
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法 public static Rect Transform(
Rect rect,
Matrix matrix
)
参数
- rect
- 类型:CPF.DrawingRect
The Rect to transform. - matrix
- 类型:CPF.DrawingMatrix
The Matrix by which to transform.
返回值
类型:
Rect
The rect which results from the transformation.
参见