BCGSoft.Controls.Gauges Namespace > LinearScale Class : CreateRangeShape Method |
'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
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