GoDiagram Web Reference
GetPhasePath Method (IndicatorBarElliptical)

Returns a GraphicsPath corresponding to a specific phase of the IndicatorBar.
Syntax
'Declaration
 
Public Overrides Sub GetPhasePath( _
   ByVal path As GraphicsPath, _
   ByVal min As Double, _
   ByVal max As Double _
) 
public override void GetPhasePath( 
   GraphicsPath path,
   double min,
   double max
)

Parameters

path
min
max
Remarks
The default method for painting Indicators relies on this function for a definition of the shape. However, Indicator.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

IndicatorBarElliptical Class
IndicatorBarElliptical Members
Base Implementation in GetPhasePath

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback