C# Class entity.BitmapOps.BitmapOperations

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
formats List
inp cType
outp cType

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public BitmapOperations ( cType inp ) : System
inp cType
return System

DDSConvert() public method

public DDSConvert ( cType input, cType output ) : void
input cType
output cType
return void

DDSRead() public method

public DDSRead ( DDS inp ) : Bitmap
inp DDS
return System.Drawing.Bitmap

Dispose() protected method

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

convert() public method

public convert ( cType inputType ) : cType
inputType cType
return cType

getDDSFormats() public method

public getDDSFormats ( ) : List
return List

setDetails() public method

public setDetails ( cType input, bool orig ) : void
input cType
orig bool
return void

setFormats() public method

public setFormats ( cType input ) : void
input cType
return void

Property Details

formats public_oe property

public List formats
return List

inp public_oe property

public cType inp
return cType

outp public_oe property

public cType outp
return cType