C# Class entity.BitmapOps.BitmapOperations

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
formats List
inp cType
outp cType

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

BitmapOperations() public méthode

public BitmapOperations ( cType inp ) : System
inp cType
Résultat System

DDSConvert() public méthode

public DDSConvert ( cType input, cType output ) : void
input cType
output cType
Résultat void

DDSRead() public méthode

public DDSRead ( DDS inp ) : Bitmap
inp DDS
Résultat System.Drawing.Bitmap

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

convert() public méthode

public convert ( cType inputType ) : cType
inputType cType
Résultat cType

getDDSFormats() public méthode

public getDDSFormats ( ) : List
Résultat List

setDetails() public méthode

public setDetails ( cType input, bool orig ) : void
input cType
orig bool
Résultat void

setFormats() public méthode

public setFormats ( cType input ) : void
input cType
Résultat void

Property Details

formats public_oe property

public List formats
Résultat List

inp public_oe property

public cType inp
Résultat cType

outp public_oe property

public cType outp
Résultat cType