Map for WinForms | ComponentOne
C1.FlexMap Namespace / IMapDevice Interface / SetLimitClip Method / SetLimitClip(Rect) Method
The clipping rectangle, in pixels, for limitation bounds.

In This Topic
    SetLimitClip(Rect) Method
    In This Topic
    Set the clip when the limitation bounds is set.
    Syntax
    'Declaration
     
    
    Overloads Sub SetLimitClip( _
       ByVal clip As C1.Win.Interop.Rect _
    ) 
    void SetLimitClip( 
       C1.Win.Interop.Rect clip
    )

    Parameters

    clip
    The clipping rectangle, in pixels, for limitation bounds.
    See Also