ID2D1Geometry::StrokeContainsPoint methods
- Article
-
-
Determines whether the geometry's stroke contains the specified point.
Overload list
Method |
Description |
StrokeContainsPoint(D2D1_POINT_2F,FLOAT,ID2D1StrokeStyle*,D2D1_MATRIX_3X2_F*,BOOL*) |
Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform.
|
StrokeContainsPoint(D2D1_POINT_2F,FLOAT,ID2D1StrokeStyle*,D2D1_MATRIX_3X2_F&,BOOL*) |
Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform.
|
StrokeContainsPoint(D2D1_POINT_2F,FLOAT,ID2D1StrokeStyle*,D2D1_MATRIX_3X2_F*,FLOAT,BOOL*) |
Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform.
|
StrokeContainsPoint(D2D1_POINT_2F,FLOAT,ID2D1StrokeStyle*,D2D1_MATRIX_3X2_F&,FLOAT,BOOL*) |
Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform.
|
Requirements
Requirement |
Value |
Library
|
- D2d1.lib
|
DLL
|
- D2d1.dll
|
See also
-
ID2D1Geometry