C# Class AcManager.Controls.CustomShowroom.CarTextureDialog.CarTextureDialogViewModel

Inheritance: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged
Show file Open project: gro-ove/actools

Public Methods

Method Description
CarTextureDialogViewModel ( [ renderer, [ activeSkin, [ kn5, [ textureName ) : System
OnLoaded ( ) : void

Private Methods

Method Description
LoadImageUsingDirectX ( BaseRenderer renderer, byte imageData ) : LoadedImage
LoadImageUsingMagickNet ( byte imageData ) : Task

Method Details

CarTextureDialogViewModel() public method

public CarTextureDialogViewModel ( [ renderer, [ activeSkin, [ kn5, [ textureName ) : System
renderer [
activeSkin [
kn5 [
textureName [
return System

OnLoaded() public method

public OnLoaded ( ) : void
return void