ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IVisualShape Interface / IsVisible Method
The System.Drawing.PointF to check for containment within this shape.

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

    Parameters

    point
    The System.Drawing.PointF to check for containment within this shape.

    Return Value

    true if the specified System.Drawing.PointF is contained within this IVisualShape; otherwise, false.
    See Also