C# Класс XCom.Interfaces.xcFileOptions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Init() публичный Метод

public Init ( bool save, bool bmp, bool open, bool custom ) : void
save bool
bmp bool
open bool
custom bool
Результат void

this() публичный Метод

public this ( IXCImageFile filter ) : bool
filter IXCImageFile
Результат bool

xcFileOptions() публичный Метод

public xcFileOptions ( ) : System
Результат System

xcFileOptions() публичный Метод

public xcFileOptions ( bool save, bool bmp, bool open, bool custom ) : System
save bool
bmp bool
open bool
custom bool
Результат System