Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GradientInterfaceRenderer Class / PaintRangeGroupArea Method
Graphics device interface for painting the area
Near X-coordinate
Top Y-coordinate
Width, in pixels
Height, in pixels


In This Topic
    PaintRangeGroupArea Method (GradientInterfaceRenderer)
    In This Topic
    Paints the outline (range group) area.
    Syntax
    'Declaration
     
    
    Public Sub PaintRangeGroupArea( _
       ByVal g As Graphics, _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal width As Integer, _
       ByVal height As Integer _
    ) 
    'Usage
     
    
    Dim instance As GradientInterfaceRenderer
    Dim g As Graphics
    Dim x As Integer
    Dim y As Integer
    Dim width As Integer
    Dim height As Integer
     
    instance.PaintRangeGroupArea(g, x, y, width, height)
    public void PaintRangeGroupArea( 
       Graphics g,
       int x,
       int y,
       int width,
       int height
    )

    Parameters

    g
    Graphics device interface for painting the area
    x
    Near X-coordinate
    y
    Top Y-coordinate
    width
    Width, in pixels
    height
    Height, in pixels
    See Also