ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathExtensions Class / IsVisible Method

In This Topic
    IsVisible Method (PathExtensions)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function IsVisible( _
       ByVal path As PathEx, _
       ByVal pt As PointF _
    ) As Boolean
    public static bool IsVisible( 
       PathEx path,
       PointF pt
    )

    Parameters

    path
    pt
    See Also