Visual Basic (Declaration) | |
---|---|
Public Sub Start( _ ByVal oldWidth As Integer, _ ByVal oldHeight As Integer, _ ByVal newWidth As Integer, _ ByVal newHeight As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Managed Extensions for C++ | |
---|---|
public: void Start( int oldWidth, int oldHeight, int newWidth, int newHeight ) |
Parameters
- oldWidth
- Specifies the original width of the image.
- oldHeight
- Specifies the original height of the image.
- newWidth
- Specifies the new width for the image.
- newHeight
- Specifies the new height for the image.
For an example, refer to RasterBufferResize.
For more information, refer to Processing an Image.
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