C# Class GPS.ViewModels.TextAreaViewModel

View Model that is used by the TextArea user control.
Inheritance: OcrViewModelBase
Afficher le fichier Open project: ProjPossibility/CSUN-MobileMapMagnifier

Méthodes publiques

Méthode Description
TextAreaViewModel ( OcrData ocrData, OcrConversionStateManager ocrConversionStateManager ) : GPS.Data

Initializes a new instance of the TextAreaViewModel class.

Method Details

TextAreaViewModel() public méthode

Initializes a new instance of the TextAreaViewModel class.
public TextAreaViewModel ( OcrData ocrData, OcrConversionStateManager ocrConversionStateManager ) : GPS.Data
ocrData GPS.Data.OcrData /// A reference to the OcrData instance that stores the /// photo stream and the text obtained after the OCR conversion. ///
ocrConversionStateManager GPS.Data.OcrConversionStateManager /// A reference to the OcrConversionStateManager instance that stores the /// status of the last OCR conversion. ///
Résultat GPS.Data