VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / CompositeDrawingEngine Class / IsVisible(RectangleF) Method
Syntax Requirements SeeAlso
In This Topic
    IsVisible(RectangleF) Method (CompositeDrawingEngine)
    In This Topic
    Returns a flag that indicates whether the specified rectangle is contained within the visible clip region of this drawing engine.
    Syntax
    'Declaration
    
    Public Overrides Function IsVisible( _
    ByVal rect
    The rectangle to test for visibility.
    As System.Drawing.RectangleF _
    ) As Boolean
    public override bool IsVisible(
    System.Drawing.RectangleF rect
    )
    public: bool IsVisible(
    System.Drawing.RectangleF* rect
    ); override
    public:
    bool IsVisible(
    System.Drawing.RectangleF^ rect
    ); override

    Parameters

    rect
    The rectangle to test for visibility.

    Return Value

    True if the rectangle specified by the rect parameter is contained within the visible clip region of this drawing engine; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also