System::Drawing::Drawing2D::GraphicsPath::GetBounds metodo

GraphicsPath::GetBounds method

Restituisce un oggetto RectangleF che rappresenta un rettangolo che delimita il percorso rappresentato dall’oggetto corrente quando viene trasformato con la matrice specificata.

RectangleF System::Drawing::Drawing2D::GraphicsPath::GetBounds(const MatrixPtr &matrix=nullptr, const SharedPtr<Pen> &pen=nullptr) const
ParametroTipoDescrizione
matriceconst MatrixPtr&La matrice di trasformazione
penconst SharedPtr<Pen>&Una Pen per calcolare il rettangolo di delimitazione.

Vedi anche