System::Drawing::Drawing2D::GraphicsPath::Flatten method

GraphicsPath::Flatten() method

경로의 각 곡선을 연결된 선들의 시리즈로 변환하여 평탄화합니다. 평탄도 값 0.25가 사용됩니다.

void System::Drawing::Drawing2D::GraphicsPath::Flatten()

또 보기

GraphicsPath::Flatten(const MatrixPtr&) method

경로의 각 곡선을 연결된 선들의 시리즈로 변환하여 평탄화합니다. 평탄도 값 0.25가 사용됩니다.

void System::Drawing::Drawing2D::GraphicsPath::Flatten(const MatrixPtr &matrix)
매개변수형식설명
매트릭스const MatrixPtr\&평탄화하기 전에 경로에 적용할 변환 행렬

또 보기

GraphicsPath::Flatten(const MatrixPtr&, float) method

경로의 각 곡선을 연결된 선들의 시리즈로 변환하여 평탄화합니다.

void System::Drawing::Drawing2D::GraphicsPath::Flatten(const MatrixPtr &matrix, float flatness)
매개변수형식설명
매트릭스const MatrixPtr\&평탄화하기 전에 경로에 적용할 변환 행렬
flatnessfloat곡선과 평탄화된 근사 사이의 허용 가능한 최대 오차를 지정합니다

또 보기