C# Class CrossUI.GeometryExtensions

Show file Open project: pragmatrix/CrossUI

Public Methods

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

Method Details

Contains() public static method

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

Exclude() public static method

public static Exclude ( this _, IGeometry other ) : IGeometry
_ this
other IGeometry
return IGeometry

Inflate() public static method

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

Intersect() public static method

public static Intersect ( this _, IGeometry other ) : IGeometry
_ this
other IGeometry
return IGeometry

Union() public static method

public static Union ( this _, IGeometry other ) : IGeometry
_ this
other IGeometry
return IGeometry

XOR() public static method

public static XOR ( this _, IGeometry other ) : IGeometry
_ this
other IGeometry
return IGeometry