Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IInterfaceRenderer Interface / PaintRangeGroupPoint Method
Graphics device interface for painting the point
Point to paint


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

    Parameters

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