C# Class rbscan.ViewModels.ScannedImageViewModel

Inheritance: GalaSoft.MvvmLight.ObservableObject
Exibir arquivo Open project: rbobot/rbscan

Public Properties

Property Type Description
_image rbscan.Models.ScannedImagesModel
_preview System.Windows.Media.Imaging.BitmapSource
_selected bool
_thumbnail System.Windows.Media.Imaging.BitmapSource

Public Methods

Method Description
RotateImage ( int angle ) : void
ScannedImageViewModel ( string path ) : System.Windows.Media.Imaging

Method Details

RotateImage() public method

public RotateImage ( int angle ) : void
angle int
return void

ScannedImageViewModel() public method

public ScannedImageViewModel ( string path ) : System.Windows.Media.Imaging
path string
return System.Windows.Media.Imaging

Property Details

_image public_oe property

public ScannedImagesModel,rbscan.Models _image
return rbscan.Models.ScannedImagesModel

_preview public_oe property

public BitmapSource,System.Windows.Media.Imaging _preview
return System.Windows.Media.Imaging.BitmapSource

_selected public_oe property

public bool _selected
return bool

_thumbnail public_oe property

public BitmapSource,System.Windows.Media.Imaging _thumbnail
return System.Windows.Media.Imaging.BitmapSource