C# 클래스 Paint.DefaultImageInstaller

Default image installer.
상속: IDefaultImageInstaller
파일 보기 프로젝트 열기: RandolphBurt/MonoGame-iOS-SimplePaint 1 사용 예제들

공개 메소드들

메소드 설명
DefaultImageInstaller ( string imageDataPath, string masterImagePath, int deviceScale ) : System

Initializes a new instance of the Paint.DefaultImageInstaller class.

InstallDefaultImages ( ) : void

Installs the default images.

메소드 상세

DefaultImageInstaller() 공개 메소드

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.
리턴 System

InstallDefaultImages() 공개 메소드

Installs the default images.
public InstallDefaultImages ( ) : void
리턴 void