다음을 통해 공유


Geometry.GetOutlinedPathGeometry 메서드

정의

PathGeometry 채워진 영역Geometry의 간단한 윤곽선인 값을 가져옵니다.

오버로드

Name Description
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

기하 도형의 다각형 근사치에 있는 점 사이의 거리에 있는 최대 범위입니다. 값이 작을수록 더 정확한 결과가 생성되지만 실행 속도가 느려집니다. .000001 미만이면 tolerance 대신 .000001 사용됩니다.

type
ToleranceType

ToleranceType 허용 오차 계수가 절대 값인지 아니면 기하 도형 영역을 기준으로 하는지를 지정하는 값 중 하나입니다.

반환

채워진 영역 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

반환

채워진 영역 Geometry의 간단한 윤곽선입니다.

설명

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

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

적용 대상