C# Class MALClient.Shared.ViewModels.PinTileDialogViewModel

Inheritance: ViewModelBase, IPinTileService
显示文件 Open project: Mordonus/MALClient

Public Properties

Property Type Description
_isCropEnabled bool
_isPinEnabled bool

Public Methods

Method Description
Load ( AnimeItemViewModel data ) : void
Load ( object data ) : void

Private Methods

Method Description
CropImage ( bool wide = false ) : void
PinThing ( ) : void
ResetCrop ( bool wide = false ) : void
SaveImage ( BitmapImage img, bool wide ) : Task

Method Details

Load() public method

public Load ( AnimeItemViewModel data ) : void
data MALClient.XShared.ViewModels.AnimeItemViewModel
return void

Load() public method

public Load ( object data ) : void
data object
return void

Property Details

_isCropEnabled public_oe property

public bool _isCropEnabled
return bool

_isPinEnabled public_oe property

public bool _isPinEnabled
return bool