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: 10.1.0.0
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); }