ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing Namespace / Region Class / IsVisible Method / IsVisible(Single,Single) Method

In This Topic
    IsVisible(Single,Single) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function IsVisible( _
       ByVal x As Single, _
       ByVal y As Single _
    ) As Boolean
    public bool IsVisible( 
       float x,
       float y
    )

    Parameters

    x
    y
    See Also