C# 클래스 winmaped2.LayerTool

Summary description for LayerTool.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Bananattack/verge3

공개 프로퍼티들

프로퍼티 타입 설명
imageList System.Windows.Forms.ImageList
lwLayers System.Collections.ArrayList

공개 메소드들

메소드 설명
LayerTool ( ) : System
this ( int layerRef ) : LPanel

보호된 메소드들

메소드 설명
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.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

LayerTool() 공개 메소드

public LayerTool ( ) : System
리턴 System

this() 공개 메소드

public this ( int layerRef ) : LPanel
layerRef int
리턴 LPanel

프로퍼티 상세

imageList 공개적으로 프로퍼티

public ImageList,System.Windows.Forms imageList
리턴 System.Windows.Forms.ImageList

lwLayers 공개적으로 프로퍼티

public ArrayList,System.Collections lwLayers
리턴 System.Collections.ArrayList