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

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

    Parameters

    shape
    point
    See Also