StrokeContainsPoint Method
In This Topic
Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform.
Overload List
Overload | Description |
StrokeContainsPoint(Point2L,Single) | Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform. |
StrokeContainsPoint(Point2F,Single) | Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform. |
StrokeContainsPoint(Point2L,Single,StrokeStyle) | Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform. |
StrokeContainsPoint(Point2F,Single,StrokeStyle) | Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform. |
StrokeContainsPoint(Point2L,Single,StrokeStyle,Matrix3x2) | Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform. |
StrokeContainsPoint(Point2F,Single,StrokeStyle,Matrix3x2) | Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform. |
StrokeContainsPoint(Point2L,Single,StrokeStyle,Matrix3x2,Single) | Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform. |
StrokeContainsPoint(Point2F,Single,StrokeStyle,Nullable<Matrix3x2>,Single) | HRESULT ID2D1Geometry::StrokeContainsPoint([In] D2D_POINT_2F point,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle,[In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[Out] BOOL* contains) |
See Also