Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingSurface Class / DrawGroupSelection Method


In This Topic
    DrawGroupSelection Method
    In This Topic
    Draws a group selection rectangle.
    Syntax
    'Declaration
     
    
    Public Sub DrawGroupSelection( _
       ByVal g As Graphics _
    ) 
    'Usage
     
    
    Dim instance As DrawingSurface
    Dim g As Graphics
     
    instance.DrawGroupSelection(g)
    public void DrawGroupSelection( 
       Graphics g
    )

    Parameters

    g
    See Also