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