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

変換する境界ボックス。

戻り値

変換された rect を含む、可能な最小の軸揃え境界ボックス。

適用対象