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\& | 변환 행렬 |
| pen | const SharedPtr<Pen>& | 경계 사각형을 계산하기 위한 Pen |
또 보기
- Class RectangleF
- Typedef MatrixPtr
- Typedef SharedPtr
- Class Pen
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++