Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ZoomSliderStatusBarElement Class / Dopaint Method
Graphics
Clip rectangle


In This Topic
    Dopaint Method (ZoomSliderStatusBarElement)
    In This Topic
    Paints the element to the graphics object using the rectangle.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Dopaint( _
       ByVal g As Graphics, _
       ByVal r As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As ZoomSliderStatusBarElement
    Dim g As Graphics
    Dim r As Rectangle
     
    instance.Dopaint(g, r)
    public override void Dopaint( 
       Graphics g,
       Rectangle r
    )

    Parameters

    g
    Graphics
    r
    Clip rectangle
    See Also