GoDiagram Web Reference
PaintPhase Method

the phase to be drawn, specifying minimum value, maximum value and color
the GraphicsPath to be filled and/or drawn
Used to paint a provided phase.
Syntax
'Declaration
 
Public Overridable Sub PaintPhase( _
   ByVal g As Graphics, _
   ByVal view As GoView, _
   ByVal phase As Phase, _
   ByVal path As GraphicsPath _
) 
public virtual void PaintPhase( 
   Graphics g,
   GoView view,
   Phase phase,
   GraphicsPath path
)

Parameters

g
view
phase
the phase to be drawn, specifying minimum value, maximum value and color
path
the GraphicsPath to be filled and/or drawn
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IndicatorBar Class
IndicatorBar Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback