Compare Method (Geometry)
In This Topic
Describes the intersection between this geometry and the specified geometry. The comparison is performed by using the specified flattening tolerance.
Overload List
Overload | Description |
Compare(Geometry) | Describes the intersection between this geometry and the specified geometry. The comparison is performed by using the specified flattening tolerance. |
Compare(Geometry,Single) | Describes the intersection between this geometry and the specified geometry. The comparison is performed by using the specified flattening tolerance. |
Compare(Geometry,Nullable<Matrix3x2>,Single) | HRESULT ID2D1Geometry::CompareWithGeometry([In] ID2D1Geometry* inputGeometry,[In, Optional] const D2D_MATRIX_3X2_F* inputGeometryTransform,[In] float flatteningTolerance,[Out] D2D1_GEOMETRY_RELATION* relation) |
See Also