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 |
public static Contains ( this geometry, Point point ) : bool | ||
geometry | this | |
point | Point | |
return | bool |
public static Exclude ( this _, IGeometry other ) : IGeometry | ||
_ | this | |
other | IGeometry | |
return | IGeometry |
public static Inflate ( this source, double inflate ) : IGeometry | ||
source | this | |
inflate | double | |
return | IGeometry |
public static Intersect ( this _, IGeometry other ) : IGeometry | ||
_ | this | |
other | IGeometry | |
return | IGeometry |
public static Union ( this _, IGeometry other ) : IGeometry | ||
_ | this | |
other | IGeometry | |
return | IGeometry |
public static XOR ( this _, IGeometry other ) : IGeometry | ||
_ | this | |
other | IGeometry | |
return | IGeometry |