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

In This Topic
    _shapeStrokeContainsPoint Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _shapeStrokeContainsPoint( _
       ByVal shape As IShape, _
       ByVal point As IPoint _
    ) As Boolean
    public static bool _shapeStrokeContainsPoint( 
       IShape shape,
       IPoint point
    )

    Parameters

    shape
    point
    See Also