'Declaration Public Overloads Function Resize( _
ByVal bitmapThe source bitmap.As Vintasoft.Imaging.VintasoftBitmap, _
ByVal newWidthThe new width.As Integer, _
ByVal newHeightThe new height.As Integer _
) As Vintasoft.Imaging.VintasoftBitmap
public Vintasoft.Imaging.VintasoftBitmap Resize(
Vintasoft.Imaging.VintasoftBitmap bitmap,
int newWidth,
int newHeight
)
public: Vintasoft.Imaging.VintasoftBitmap* Resize(
Vintasoft.Imaging.VintasoftBitmap* bitmap,
int newWidth,
int newHeight
)
Parameters
- bitmap
- The source bitmap.
- newWidth
- The new width.
- newHeight
- The new height.
Return Value
A new instance of VintasoftBitmap that represents resized bitmap.