C# Class XCom.Interfaces.xcFileOptions

Afficher le fichier Open project: pmprog/OpenXCOM.Tools

Méthodes publiques

Méthode Description
Init ( bool save, bool bmp, bool open, bool custom ) : void
this ( IXCImageFile filter ) : bool
xcFileOptions ( ) : System
xcFileOptions ( bool save, bool bmp, bool open, bool custom ) : System

Method Details

Init() public méthode

public Init ( bool save, bool bmp, bool open, bool custom ) : void
save bool
bmp bool
open bool
custom bool
Résultat void

this() public méthode

public this ( IXCImageFile filter ) : bool
filter IXCImageFile
Résultat bool

xcFileOptions() public méthode

public xcFileOptions ( ) : System
Résultat System

xcFileOptions() public méthode

public xcFileOptions ( bool save, bool bmp, bool open, bool custom ) : System
save bool
bmp bool
open bool
custom bool
Résultat System