GeneralTransform.TransformBoundsCore(Rect) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
派生変換クラスの 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 を含む、可能な最小の軸揃え境界ボックス。