In This Topic
Indicates whether the area filled by the geometry would contain the specified point given the specified flattening tolerance.
Overload List
Overload | Description |
FillContainsPoint(Point2L) | Indicates whether the area filled by the geometry would contain the specified point given the specified flattening tolerance. |
FillContainsPoint(Point2F) | Indicates whether the area filled by the geometry would contain the specified point given the specified flattening tolerance. |
FillContainsPoint(Point2L,Single) | Indicates whether the area filled by the geometry would contain the specified point given the specified flattening tolerance. |
FillContainsPoint(Point2F,Single) | Indicates whether the area filled by the geometry would contain the specified point given the specified flattening tolerance. |
FillContainsPoint(Point2L,Matrix3x2,Single) | Indicates whether the area filled by the geometry would contain the specified point given the specified flattening tolerance. |
FillContainsPoint(Point2F,Nullable<Matrix3x2>,Single) | HRESULT ID2D1Geometry::FillContainsPoint([In] D2D_POINT_2F point,[In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[Out] BOOL* contains) |
See Also