GeneralTransform.TransformBoundsCore(Rect) 方法

定義

提供覆寫衍生轉換類別中 TransformBounds 行為的方法。

protected:
 virtual Rect TransformBoundsCore(Rect rect) = TransformBoundsCore;
Rect TransformBoundsCore(Rect const& rect);
protected virtual Rect TransformBoundsCore(Rect rect);
function transformBoundsCore(rect)
Protected Overridable Function TransformBoundsCore (rect As Rect) As Rect

參數

rect
Rect

要轉換的週框方塊。

傳回

可以包含轉換 矩形的最小軸對齊周框方塊。

適用於