Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / PaintRangeGroupPoint Method
Graphics device interface for painting the point
Point to draw


In This Topic
PaintRangeGroupPoint Method (EnhancedInterfaceRenderer)
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 EnhancedInterfaceRenderer
Dim g As Graphics
Dim point As Point
 
instance.PaintRangeGroupPoint(g, point)

Parameters

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