TextEmbeddedObject.ComputeBoundingBox(Boolean, Boolean) 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.
Obtient la zone englobante calculée de l’objet texte.
public:
abstract System::Windows::Rect ComputeBoundingBox(bool rightToLeft, bool sideways);
public abstract System.Windows.Rect ComputeBoundingBox(bool rightToLeft, bool sideways);
abstract member ComputeBoundingBox : bool * bool -> System.Windows.Rect
Public MustOverride Function ComputeBoundingBox (rightToLeft As Boolean, sideways As Boolean) As Rect
Paramètres
- sideways
- Boolean
Valeur Boolean qui détermine si l’objet texte est dessiné avec son côté parallèle à la ligne de base.
Retours
Valeur Rect qui représente la taille de zone englobante de l’objet texte.