Spread Windows Forms 12.0 Product Documentation
PaintRangeGroupPoint Method (GradientInterfaceRenderer)


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

Reference

GradientInterfaceRenderer Class
GradientInterfaceRenderer Members