BCGControlBar Library for .NET
CreateRangeShape Method (LinearScale)




Syntax
'Declaration
 
Protected Overrides Function CreateRangeShape( _
   ByVal shape As GraphicsPath, _
   ByVal dblStartValueIn As Single, _
   ByVal dblFinishValueIn As Single, _
   ByVal dblStartWidth As Single, _
   ByVal dblFinishWidth As Single, _
   ByVal dblOffsetFromFrame As Single, _
   ByVal bWholeScale As Boolean _
) As Boolean
'Usage
 
Dim instance As LinearScale
Dim shape As GraphicsPath
Dim dblStartValueIn As Single
Dim dblFinishValueIn 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, dblStartValueIn, dblFinishValueIn, dblStartWidth, dblFinishWidth, dblOffsetFromFrame, bWholeScale)
protected override bool CreateRangeShape( 
   GraphicsPath shape,
   float dblStartValueIn,
   float dblFinishValueIn,
   float dblStartWidth,
   float dblFinishWidth,
   float dblOffsetFromFrame,
   bool bWholeScale
)
protected: bool CreateRangeShape( 
   GraphicsPath* shape,
   float dblStartValueIn,
   float dblFinishValueIn,
   float dblStartWidth,
   float dblFinishWidth,
   float dblOffsetFromFrame,
   bool bWholeScale
) override 
protected:
bool CreateRangeShape( 
   GraphicsPath^ shape,
   float dblStartValueIn,
   float dblFinishValueIn,
   float dblStartWidth,
   float dblFinishWidth,
   float dblOffsetFromFrame,
   bool bWholeScale
) override 

Parameters

shape
dblStartValueIn
dblFinishValueIn
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

LinearScale Class
LinearScale Members
Base Implementation in CreateRangeShape

Send Feedback