Spread Windows Forms 12.0 Product Documentation
PaintRangeGroupPoint Method (IInterfaceRenderer)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > IInterfaceRenderer Interface : PaintRangeGroupPoint Method
Graphics device interface for painting the point
Point to paint
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

Reference

IInterfaceRenderer Interface
IInterfaceRenderer Members