Masslet Send comments on this topic.
StretchImage Method
See Also 
Masslets Namespace > Converters Class : StretchImage Method




imageIn
width
height
bratio

Syntax

Visual Basic (Declaration) 
Public Shared Function StretchImage( _
   ByVal imageIn As Image, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal bratio As Boolean _
) As Image
Visual Basic (Usage)Copy Code
Dim imageIn As Image
Dim width As Integer
Dim height As Integer
Dim bratio As Boolean
Dim value As Image
 
value = Converters.StretchImage(imageIn, width, height, bratio)
C# 
public static Image StretchImage( 
   Image imageIn,
   int width,
   int height,
   bool bratio
)
Managed Extensions for C++ 
public: static Image* StretchImage( 
   Image* imageIn,
   int width,
   int height,
   bool bratio
) 
C++/CLI 
public:
static Image^ StretchImage( 
   Image^ imageIn,
   int width,
   int height,
   bool bratio
) 

Parameters

imageIn
width
height
bratio

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

© 2008 All Rights Reserved.