ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _PathUtil Class / containStroke Method

In This Topic
    containStroke Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function containStroke( _
       ByVal path As IPath, _
       ByVal lineWidth As Double, _
       ByVal x As Double, _
       ByVal y As Double _
    ) As Boolean
    public bool containStroke( 
       IPath path,
       double lineWidth,
       double x,
       double y
    )

    Parameters

    path
    lineWidth
    x
    y
    See Also