ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Geometry Class / StrokeContainsPoint Method / StrokeContainsPoint(Point2F,Single,StrokeStyle) Method
The point to test for containment.
The thickness of the stroke to apply.
The style of stroke to apply.

In This Topic
    StrokeContainsPoint(Point2F,Single,StrokeStyle) Method
    In This Topic
    Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform.
    Syntax
    'Declaration
     
    Public Overloads Function StrokeContainsPoint( _
       ByVal point As Point2F, _
       ByVal strokeWidth As System.Single, _
       ByVal strokeStyle As StrokeStyle _
    ) As System.Boolean
    public System.bool StrokeContainsPoint( 
       Point2F point,
       System.float strokeWidth,
       StrokeStyle strokeStyle
    )

    Parameters

    point
    The point to test for containment.
    strokeWidth
    The thickness of the stroke to apply.
    strokeStyle
    The style of stroke to apply.

    Return Value

    When this method returns, contains a boolean value set to true if the geometry's stroke contains the specified point; otherwise, false. You must allocate storage for this parameter.
    See Also