GoDiagram Web Reference
ComputePath Method (IndicatorBar)

Returns a GraphicsPath used to paint this Indicator
Syntax
'Declaration
 
Protected Overrides Sub ComputePath( _
   ByVal path As GraphicsPath _
) 
protected override void ComputePath( 
   GraphicsPath path
)

Parameters

path
Remarks
Because this function simply calls GetPhasePath for a phase that ranges IGraduatedScale.Minimum to Value, this function does not have to be overriden for basic changes in desired shape. Most likely, it will only require that GetPhasePath be overriden. 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
Base Implementation in ComputePath

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback