BCGControlBar Library for .NET
CreateRangeShape Method (CircularScale)




Syntax
'Declaration
 
Protected Overrides Function CreateRangeShape( _
   ByVal shape As GraphicsPath, _
   ByVal dblStartValue As Single, _
   ByVal dblFinishValue As Single, _
   ByVal dblStartWidth As Single, _
   ByVal dblFinishWidth As Single, _
   ByVal dblOffsetFromFrame As Single, _
   ByVal bWholeScale As Boolean _
) As Boolean
'Usage
 
Dim instance As CircularScale
Dim shape As GraphicsPath
Dim dblStartValue As Single
Dim dblFinishValue As Single
Dim dblStartWidth As Single
Dim dblFinishWidth As Single
Dim dblOffsetFromFrame As Single
Dim bWholeScale As Boolean
Dim value As Boolean
 
value = instance.CreateRangeShape(shape, dblStartValue, dblFinishValue, dblStartWidth, dblFinishWidth, dblOffsetFromFrame, bWholeScale)
protected override bool CreateRangeShape( 
   GraphicsPath shape,
   float dblStartValue,
   float dblFinishValue,
   float dblStartWidth,
   float dblFinishWidth,
   float dblOffsetFromFrame,
   bool bWholeScale
)
protected: bool CreateRangeShape( 
   GraphicsPath* shape,
   float dblStartValue,
   float dblFinishValue,
   float dblStartWidth,
   float dblFinishWidth,
   float dblOffsetFromFrame,
   bool bWholeScale
) override 
protected:
bool CreateRangeShape( 
   GraphicsPath^ shape,
   float dblStartValue,
   float dblFinishValue,
   float dblStartWidth,
   float dblFinishWidth,
   float dblOffsetFromFrame,
   bool bWholeScale
) override 

Parameters

shape
dblStartValue
dblFinishValue
dblStartWidth
dblFinishWidth
dblOffsetFromFrame
bWholeScale
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

CircularScale Class
CircularScale Members
Base Implementation in CreateRangeShape

Send Feedback