C# 클래스 entity.BitmapOps.BitmapOperations

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
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