BCGControlBar Library for .NET
CreateRangeShape Method (Scale)




Syntax
'Declaration
 
Protected MustOverride 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 Scale
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 abstract bool CreateRangeShape( 
   GraphicsPath shape,
   float dblStartValue,
   float dblFinishValue,
   float dblStartWidth,
   float dblFinishWidth,
   float dblOffsetFromFrame,
   bool bWholeScale
)
protected: abstract bool CreateRangeShape( 
   GraphicsPath* shape,
   float dblStartValue,
   float dblFinishValue,
   float dblStartWidth,
   float dblFinishWidth,
   float dblOffsetFromFrame,
   bool bWholeScale
) 
protected:
abstract bool CreateRangeShape( 
   GraphicsPath^ shape,
   float dblStartValue,
   float dblFinishValue,
   float dblStartWidth,
   float dblFinishWidth,
   float dblOffsetFromFrame,
   bool bWholeScale
) 

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

Scale Class
Scale Members

Send Feedback