Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GradientInterfaceRenderer Class / PaintRangeGroupPoint Method
Graphics device interface for painting the point
Point


In This Topic
    PaintRangeGroupPoint Method (GradientInterfaceRenderer)
    In This Topic
    Paints the outline (range group) point.
    Syntax
    'Declaration
     
    
    Public Sub PaintRangeGroupPoint( _
       ByVal g As Graphics, _
       ByVal point As Point _
    ) 
    'Usage
     
    
    Dim instance As GradientInterfaceRenderer
    Dim g As Graphics
    Dim point As Point
     
    instance.PaintRangeGroupPoint(g, point)
    public void PaintRangeGroupPoint( 
       Graphics g,
       Point point
    )

    Parameters

    g
    Graphics device interface for painting the point
    point
    Point
    See Also