LineGeometry.FillContains Method
.NET Framework 4.5
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
FillContains(Geometry) | Indicates whether the current geometry completely contains the specified Geometry. (Inherited from Geometry.) |
|
FillContains(Point) | Indicates whether the geometry contains the specified Point. (Inherited from Geometry.) |
|
FillContains(Geometry, Double, ToleranceType) | Indicates whether the current geometry contains the specified Geometry, given the specified margin of error. (Inherited from Geometry.) |
|
FillContains(Point, Double, ToleranceType) | Indicates whether the geometry contains the specified Point, given the specified margin of error. (Inherited from Geometry.) |