GeneralTransform.TransformBoundsCore(Rect) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit les moyens de remplacer le comportement TransformBounds dans une classe de transformation dérivée.
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
Paramètres
- rect
- Rect
Cadre englobant à transformer.
Retours
Le plus petit cadre englobant aligné sur l’axe possible qui contient le rect transformé.