ID2D1Geometry::FillContainsPoint methods

Indicates whether the area filled by the geometry would contain the specified point.

Overload list

Method Description
FillContainsPoint(D2D1_POINT_2F,D2D1_MATRIX_3X2_F&,BOOL*) Indicates whether the area filled by the geometry would contain the specified point.
FillContainsPoint(D2D1_POINT_2F,D2D1_MATRIX_3X2_F*,BOOL*) Indicates whether the area filled by this geometry would contain the specified point.
FillContainsPoint(D2D1_POINT_2F,D2D1_MATRIX_3X2_F&,FLOAT,BOOL*) Indicates whether the area filled by the geometry would contain the specified point given the specified flattening tolerance.
FillContainsPoint(D2D1_POINT_2F,D2D1_MATRIX_3X2_F*,FLOAT,BOOL*) Indicates whether the area filled by the geometry would contain the specified point given the specified flattening tolerance.

Requirements

Requirement Value
Library
D2d1.lib
DLL
D2d1.dll

See also

ID2D1Geometry