ID2D1Geometry::StrokeContainsPoint methods
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
|
Library |
|
|---|---|
|
DLL |
|
See also