C# 클래스 BiomePainter.BitmapSelector.Layer

상속: IDisposable
파일 보기 프로젝트 열기: mblaine/BiomePainter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Image System.Drawing.Bitmap
Opacity float
SaveContentsOnReset bool
Visible bool

공개 메소드들

메소드 설명
Dispose ( ) : void
Layer ( int width, int height, float opacity = 1.0f, bool saveContentsOnReset = false, bool visible = true ) : System
Resize ( int width, int height ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Layer() 공개 메소드

public Layer ( int width, int height, float opacity = 1.0f, bool saveContentsOnReset = false, bool visible = true ) : System
width int
height int
opacity float
saveContentsOnReset bool
visible bool
리턴 System

Resize() 공개 메소드

public Resize ( int width, int height ) : void
width int
height int
리턴 void

프로퍼티 상세

Image 공개적으로 프로퍼티

public Bitmap,System.Drawing Image
리턴 System.Drawing.Bitmap

Opacity 공개적으로 프로퍼티

public float Opacity
리턴 float

SaveContentsOnReset 공개적으로 프로퍼티

public bool SaveContentsOnReset
리턴 bool

Visible 공개적으로 프로퍼티

public bool Visible
리턴 bool