ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IVisualShape Interface / IsVisible Method

In This Topic
    IsVisible Method (IVisualShape)
    In This Topic
    Indicates if the specified System.Drawing.PointF is contained withing this IVisualShape
    Syntax
    'Declaration
     
    Function IsVisible( _
       ByVal point As PointF _
    ) As Boolean
    bool IsVisible( 
       PointF point
    )

    Parameters

    point
    See Also