'Declaration
Overloads Sub ChangeImage( _ ByVal stream As Stream, _ Optional ByVal aspect As AspectRatio _ )
'Usage
Dim instance As IPicture Dim stream As Stream Dim aspect As AspectRatio instance.ChangeImage(stream, aspect)
void ChangeImage( Stream stream, AspectRatio aspect )
Parameters
- stream
- The image data.
- aspect
- Specifies how to resize the new image. If omitted, the original height is kept.