System::Drawing::Drawing2D::GraphicsPath::GetBounds method

GraphicsPath::GetBounds method

指定された行列で変換されたときに、現在のオブジェクトが表すパスを囲む矩形を表す RectangleF オブジェクトを返します。

RectangleF System::Drawing::Drawing2D::GraphicsPath::GetBounds(const MatrixPtr &matrix=nullptr, const SharedPtr<Pen> &pen=nullptr) const
パラメーター説明
行列const MatrixPtr&変換行列
penconst SharedPtr<Pen>&バウンディング矩形を計算するための Pen

参照