ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearVirtualizingWrapPanel Class / MakeVisible Method
The visual.
The rectangle.




In This Topic
    MakeVisible Method
    In This Topic
    Makes the specified rectangle visible.
    Syntax
    'Declaration
     
    Public Function MakeVisible( _
       ByVal visual As Visual, _
       ByVal rectangle As Rect _
    ) As Rect
    'Usage
     
    Dim instance As ImGearVirtualizingWrapPanel
    Dim visual As Visual
    Dim rectangle As Rect
    Dim value As Rect
     
    value = instance.MakeVisible(visual, rectangle)
    public Rect MakeVisible( 
       Visual visual,
       Rect rectangle
    )
    public: Rect MakeVisible( 
       Visual* visual,
       Rect rectangle
    ) 
    public:
    Rect MakeVisible( 
       Visual^ visual,
       Rect rectangle
    ) 

    Parameters

    visual
    The visual.
    rectangle
    The rectangle.

    Return Value

    Rect value.
    See Also