System::Drawing::Drawing2D::GraphicsPath::GetBounds méthode

GraphicsPath::GetBounds method

Retourne un objet RectangleF qui représente un rectangle qui encadre le chemin représenté par l’objet actuel lorsqu’il est transformé avec la matrice spécifiée.

RectangleF System::Drawing::Drawing2D::GraphicsPath::GetBounds(const MatrixPtr &matrix=nullptr, const SharedPtr<Pen> &pen=nullptr) const
ParamètreTypeDescription
matriceconst MatrixPtr&La matrice de transformation
penconst SharedPtr<Pen>&Un Pen pour calculer le rectangle englobant.

Voir aussi