System::Drawing::Drawing2D::GraphicsPath::Flatten method
내용물
[
숨다
]GraphicsPath::Flatten() method
경로의 각 곡선을 연결된 선들의 시리즈로 변환하여 평탄화합니다. 평탄도 값 0.25가 사용됩니다.
void System::Drawing::Drawing2D::GraphicsPath::Flatten()
또 보기
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::Flatten(const MatrixPtr&) method
경로의 각 곡선을 연결된 선들의 시리즈로 변환하여 평탄화합니다. 평탄도 값 0.25가 사용됩니다.
void System::Drawing::Drawing2D::GraphicsPath::Flatten(const MatrixPtr &matrix)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 매트릭스 | const MatrixPtr\& | 평탄화하기 전에 경로에 적용할 변환 행렬 |
또 보기
- Typedef MatrixPtr
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::Flatten(const MatrixPtr&, float) method
경로의 각 곡선을 연결된 선들의 시리즈로 변환하여 평탄화합니다.
void System::Drawing::Drawing2D::GraphicsPath::Flatten(const MatrixPtr &matrix, float flatness)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 매트릭스 | const MatrixPtr\& | 평탄화하기 전에 경로에 적용할 변환 행렬 |
| flatness | float | 곡선과 평탄화된 근사 사이의 허용 가능한 최대 오차를 지정합니다 |
또 보기
- Typedef MatrixPtr
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++