C# 클래스 CrossUI.GeometryExtensions

파일 보기 프로젝트 열기: pragmatrix/CrossUI

공개 메소드들

메소드 설명
Contains ( this geometry, Point point ) : bool
Exclude ( this _, IGeometry other ) : IGeometry
Inflate ( this source, double inflate ) : IGeometry
Intersect ( this _, IGeometry other ) : IGeometry
Union ( this _, IGeometry other ) : IGeometry
XOR ( this _, IGeometry other ) : IGeometry

메소드 상세

Contains() 공개 정적인 메소드

public static Contains ( this geometry, Point point ) : bool
geometry this
point Point
리턴 bool

Exclude() 공개 정적인 메소드

public static Exclude ( this _, IGeometry other ) : IGeometry
_ this
other IGeometry
리턴 IGeometry

Inflate() 공개 정적인 메소드

public static Inflate ( this source, double inflate ) : IGeometry
source this
inflate double
리턴 IGeometry

Intersect() 공개 정적인 메소드

public static Intersect ( this _, IGeometry other ) : IGeometry
_ this
other IGeometry
리턴 IGeometry

Union() 공개 정적인 메소드

public static Union ( this _, IGeometry other ) : IGeometry
_ this
other IGeometry
리턴 IGeometry

XOR() 공개 정적인 메소드

public static XOR ( this _, IGeometry other ) : IGeometry
_ this
other IGeometry
리턴 IGeometry