GoDiagram Web Reference
GetPhasePath Method (IndicatorBar)

a GraphicsPath that is modified
Compute a GraphicsPath corresponding to a specific phase of the IndicatorBar.
Syntax
'Declaration
 
Public Overridable Sub GetPhasePath( _
   ByVal path As GraphicsPath, _
   ByVal min As Double, _
   ByVal max As Double _
) 
public virtual void GetPhasePath( 
   GraphicsPath path,
   double min,
   double max
)

Parameters

path
a GraphicsPath that is modified
min
max
Remarks
The default method for painting Indicators relies on this function for a definition of the shape. However, Paint can be overriden to not require this function.
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