Geometry.GetOutlinedPathGeometry 메서드

정의

PathGeometry의 채워진 영역의 단순화된 윤곽선인 Geometry를 가져옵니다.

오버로드

GetOutlinedPathGeometry(Double, ToleranceType)

지정한 허용 범위 내에서 PathGeometry의 채워진 영역의 단순화된 윤곽선인 Geometry를 가져옵니다.

GetOutlinedPathGeometry()

PathGeometry의 채워진 영역의 단순화된 윤곽선인 Geometry를 가져옵니다.

GetOutlinedPathGeometry(Double, ToleranceType)

지정한 허용 범위 내에서 PathGeometry의 채워진 영역의 단순화된 윤곽선인 Geometry를 가져옵니다.

public:
 virtual System::Windows::Media::PathGeometry ^ GetOutlinedPathGeometry(double tolerance, System::Windows::Media::ToleranceType type);
[System.Security.SecurityCritical]
public virtual System.Windows.Media.PathGeometry GetOutlinedPathGeometry (double tolerance, System.Windows.Media.ToleranceType type);
public virtual System.Windows.Media.PathGeometry GetOutlinedPathGeometry (double tolerance, System.Windows.Media.ToleranceType type);
[<System.Security.SecurityCritical>]
abstract member GetOutlinedPathGeometry : double * System.Windows.Media.ToleranceType -> System.Windows.Media.PathGeometry
override this.GetOutlinedPathGeometry : double * System.Windows.Media.ToleranceType -> System.Windows.Media.PathGeometry
abstract member GetOutlinedPathGeometry : double * System.Windows.Media.ToleranceType -> System.Windows.Media.PathGeometry
override this.GetOutlinedPathGeometry : double * System.Windows.Media.ToleranceType -> System.Windows.Media.PathGeometry
Public Overridable Function GetOutlinedPathGeometry (tolerance As Double, type As ToleranceType) As PathGeometry

매개 변수

tolerance
Double

기하 도형의 다각형 근사에서 각 점 사이의 거리에 허용되는 최대 범위입니다. 값이 작을수록 결과가 정확해지지만 실행 속도는 느려집니다. tolerance가 .000001보다 작은 경우 .000001이 대신 사용됩니다.

type
ToleranceType

허용 계수가 절대 값인지 또는 이 기하 도형 영역에 대한 상대 값인지를 지정하는 ToleranceType 값 중 하나입니다.

반환

PathGeometry

Geometry의 채워진 영역의 단순화된 윤곽선입니다.

특성

설명

일부 Geometry 메서드 (같은 GetOutlinedPathGeometry) 생성 또는 기 하 도형의 다각형 근사값을 사용 합니다. 허용 계수가이 다각형 근사 점 간의 최대 거리를 지정합니다. 허용 오차 값이 작을수록 근사값이 더 낫지만 허용 오차가 큰 근사값보다 더 많은 처리가 필요합니다.

적용 대상

GetOutlinedPathGeometry()

PathGeometry의 채워진 영역의 단순화된 윤곽선인 Geometry를 가져옵니다.

public:
 System::Windows::Media::PathGeometry ^ GetOutlinedPathGeometry();
public System.Windows.Media.PathGeometry GetOutlinedPathGeometry ();
member this.GetOutlinedPathGeometry : unit -> System.Windows.Media.PathGeometry
Public Function GetOutlinedPathGeometry () As PathGeometry

반환

PathGeometry

Geometry의 채워진 영역의 단순화된 윤곽선입니다.

설명

이 메서드는 기하 도형을 처리할 때 기본 허용 오차 계수(속성에서 StandardFlatteningTolerance 설명)를 사용합니다. 고유한 허용 오차 요소를 지정하려면 메서드를 GetOutlinedPathGeometry 사용합니다.

일부 Geometry 메서드 (같은 GetOutlinedPathGeometry) 생성 또는 기 하 도형의 다각형 근사값을 사용 합니다. 허용 계수가이 다각형 근사 점 간의 최대 거리를 지정합니다. 허용 오차 값이 작을수록 근사값이 더 낫지만 허용 오차가 큰 근사값보다 더 많은 처리가 필요합니다.

적용 대상