C# Class CrossUI.GeometryExtensions

Afficher le fichier Open project: pragmatrix/CrossUI

Méthodes publiques

Méthode 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 méthode

public static Contains ( this geometry, Point point ) : bool
geometry this
point Point
Résultat bool

Exclude() public static méthode

public static Exclude ( this _, IGeometry other ) : IGeometry
_ this
other IGeometry
Résultat IGeometry

Inflate() public static méthode

public static Inflate ( this source, double inflate ) : IGeometry
source this
inflate double
Résultat IGeometry

Intersect() public static méthode

public static Intersect ( this _, IGeometry other ) : IGeometry
_ this
other IGeometry
Résultat IGeometry

Union() public static méthode

public static Union ( this _, IGeometry other ) : IGeometry
_ this
other IGeometry
Résultat IGeometry

XOR() public static méthode

public static XOR ( this _, IGeometry other ) : IGeometry
_ this
other IGeometry
Résultat IGeometry