C# Class Paint.DefaultImageInstaller

Default image installer.
Inheritance: IDefaultImageInstaller
Mostrar archivo Open project: RandolphBurt/MonoGame-iOS-SimplePaint Class Usage Examples

Public Methods

Method Description
DefaultImageInstaller ( string imageDataPath, string masterImagePath, int deviceScale ) : System

Initializes a new instance of the Paint.DefaultImageInstaller class.

InstallDefaultImages ( ) : void

Installs the default images.

Method Details

DefaultImageInstaller() public method

Initializes a new instance of the Paint.DefaultImageInstaller class.
public DefaultImageInstaller ( string imageDataPath, string masterImagePath, int deviceScale ) : System
imageDataPath string The path to the imageData folder
masterImagePath string Path to where all the master images are stored
deviceScale int The device scale/resolution. 1 = normal. 2 = retina.
return System

InstallDefaultImages() public method

Installs the default images.
public InstallDefaultImages ( ) : void
return void