Class
ImageCaptureViewModelBase

Definition

Namespace:ArtOfTest.WebAii.Design.UI.ImageEditor

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ImageCaptureViewModelBase : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging

Inheritance: objectPropertyChangeNotificationImageCaptureViewModelBase

Implements: INotifyPropertyChangedINotifyPropertyChanging

Inherited Members PropertyChangeNotification.OnPropertyChanged(string)PropertyChangeNotification.OnPropertyChanging(string)PropertyChangeNotification.PropertyChangedPropertyChangeNotification.PropertyChanging

Constructors

ImageCaptureViewModelBase()

Declaration

cs-api-definition
public ImageCaptureViewModelBase()

Properties

CanEdit

Declaration

cs-api-definition
public virtual bool CanEdit { get; set; }

Property Value

bool

ImageSource

Declaration

cs-api-definition
public virtual Stream ImageSource { get; }

Property Value

Stream

NewImage

Declaration

cs-api-definition
public virtual Bitmap NewImage { get; set; }

Property Value

Bitmap