Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
ChangeHeight Method
See Also 
Leadtools Namespace > RasterImage Class : ChangeHeight Method




height
New height in pixels.
Increases or decreases the allocated height of an image.

Syntax

Visual Basic (Declaration) 
Public Sub ChangeHeight( _
   ByVal height As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim height As Integer
 
instance.ChangeHeight(height)
C# 
public void ChangeHeight( 
   int height
)
Managed Extensions for C++ 
public: void ChangeHeight( 
   int height
) 
C++/CLI 
public:
void ChangeHeight( 
   int height
) 

Parameters

height
New height in pixels.

Remarks

You can use this method in a callback routine to adjust the allocation when loading an image of unknown height.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also