C# Класс entity.BitmapOps.BitmapOperations

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
formats List
inp cType
outp cType

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

Метод Описание
BitmapOperations ( cType inp ) : System
DDSConvert ( cType input, cType output ) : void
DDSRead ( DDS inp ) : Bitmap
convert ( cType inputType ) : cType
getDDSFormats ( ) : List
setDetails ( cType input, bool orig ) : void
setFormats ( cType input ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

buttonSave_Click ( object sender, EventArgs e ) : void
checkBoxMipMaps_CheckedChanged ( object sender, EventArgs e ) : void
getSettings ( ) : cType
radioButtonBitmap_CheckedChanged ( object sender, EventArgs e ) : void
radioButtonDDS_CheckedChanged ( object sender, EventArgs e ) : void
radioButtonJpeg_CheckedChanged ( object sender, EventArgs e ) : void
radioButton_CheckedChanged ( object sender, EventArgs e ) : void

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

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

public BitmapOperations ( cType inp ) : System
inp cType
Результат System

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

public DDSConvert ( cType input, cType output ) : void
input cType
output cType
Результат void

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

public DDSRead ( DDS inp ) : Bitmap
inp DDS
Результат System.Drawing.Bitmap

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

public convert ( cType inputType ) : cType
inputType cType
Результат cType

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

public getDDSFormats ( ) : List
Результат List

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

public setDetails ( cType input, bool orig ) : void
input cType
orig bool
Результат void

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

public setFormats ( cType input ) : void
input cType
Результат void

Описание свойств

formats публичное свойство

public List formats
Результат List

inp публичное свойство

public cType inp
Результат cType

outp публичное свойство

public cType outp
Результат cType