SpreadsheetGear 2010
ScaleHeight Method
See Also  Send Feedback
SpreadsheetGear.Shapes Namespace > IShapeRange Interface : ScaleHeight Method

factor
Specifies the factor by which to scale the original or current size.
useOriginalSize
SPecifies whether the original size of pictures should be used as the starting size.
position
Specifies whether the size should be scaled from the top-left, middle or bottom-right of the shape.
Scales the represented shapes by the specified factor from the original or current size and from the specified position.

Syntax

Visual Basic (Declaration) 
Sub ScaleHeight( _
   ByVal factor As Double, _
   ByVal useOriginalSize As Boolean, _
   ByVal position As ScaleFrom _
) 
C# 
void ScaleHeight( 
   double factor,
   bool useOriginalSize,
   ScaleFrom position
)

Parameters

factor
Specifies the factor by which to scale the original or current size.
useOriginalSize
SPecifies whether the original size of pictures should be used as the starting size.
position
Specifies whether the size should be scaled from the top-left, middle or bottom-right of the shape.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2003-2010 SpreadsheetGear LLC. All Rights Reserved.Help Powered by Innovasys   
SpreadsheetGear is a registered trademark of SpreadsheetGear LLC.
Microsoft, Microsoft Excel and Visual Studio are trademarks or registered trademarks of Microsoft Corporation.