Geometry.FillContainsWithDetail 메서드

정의

기하 도형과 지정한 기하 도형의 교차를 설명하는 값을 반환합니다.

오버로드

FillContainsWithDetail(Geometry)

현재 기하 도형과 지정한 기하 도형의 교차를 설명하는 값을 반환합니다.

FillContainsWithDetail(Geometry, Double, ToleranceType)

지정한 오차 범위가 있는 경우 현재 기하 도형과 지정한 기하 도형의 교차를 설명하는 값을 반환합니다.

FillContainsWithDetail(Geometry)

현재 기하 도형과 지정한 기하 도형의 교차를 설명하는 값을 반환합니다.

public:
 System::Windows::Media::IntersectionDetail FillContainsWithDetail(System::Windows::Media::Geometry ^ geometry);
public System.Windows.Media.IntersectionDetail FillContainsWithDetail (System.Windows.Media.Geometry geometry);
member this.FillContainsWithDetail : System.Windows.Media.Geometry -> System.Windows.Media.IntersectionDetail
Public Function FillContainsWithDetail (geometry As Geometry) As IntersectionDetail

매개 변수

geometry
Geometry

포함 여부를 테스트할 기하 도형입니다.

반환

열거형 값 중 하나입니다.

설명

기본 허용 오차 계수(속성에 의해 StandardFlatteningTolerance 정의됨)는 현재 기하 도형에 지정된 기하 도형이 포함되어 있는지 여부를 결정할 때 사용됩니다. 고유한 허용 오차 요소를 지정하려면 메서드를 FillContainsWithDetail 사용합니다.

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

적용 대상

FillContainsWithDetail(Geometry, Double, ToleranceType)

지정한 오차 범위가 있는 경우 현재 기하 도형과 지정한 기하 도형의 교차를 설명하는 값을 반환합니다.

public:
 virtual System::Windows::Media::IntersectionDetail FillContainsWithDetail(System::Windows::Media::Geometry ^ geometry, double tolerance, System::Windows::Media::ToleranceType type);
public virtual System.Windows.Media.IntersectionDetail FillContainsWithDetail (System.Windows.Media.Geometry geometry, double tolerance, System.Windows.Media.ToleranceType type);
abstract member FillContainsWithDetail : System.Windows.Media.Geometry * double * System.Windows.Media.ToleranceType -> System.Windows.Media.IntersectionDetail
override this.FillContainsWithDetail : System.Windows.Media.Geometry * double * System.Windows.Media.ToleranceType -> System.Windows.Media.IntersectionDetail
Public Overridable Function FillContainsWithDetail (geometry As Geometry, tolerance As Double, type As ToleranceType) As IntersectionDetail

매개 변수

geometry
Geometry

포함 여부를 테스트할 기하 도형입니다.

tolerance
Double

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

type
ToleranceType

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

반환

열거형 값 중 하나입니다.

설명

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

적용 대상