If AutoFit is True and the image is updated (Update method) the Fit is called.
In this way you are not obliged to call fit each time you load a picture or each time the view is resized.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public bool AutoFit { get; set; }
Public Property AutoFit As Boolean Get Set
public: property bool AutoFit { bool get (); void set (bool value); }


























