C# 클래스 System.Windows.Forms.ImageList.ImageCollection

상속: IList, ICollection, IEnumerable
파일 보기 프로젝트 열기: Meragon/Unity-WinForms 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ICollection void
IList bool
IList int
IList void
IList void
this objectIList.System

공개 메소드들

메소드 설명
Add ( Image value ) : void
Add ( string key, Image image ) : void
AddRange ( Image images ) : void
Clear ( ) : void
Contains ( Image image ) : bool
ContainsKey ( string key ) : bool
GetEnumerator ( ) : IEnumerator
IndexOf ( Image image ) : int
IndexOfKey ( string key ) : int
Remove ( Image image ) : void
RemoveAt ( int index ) : void
RemoveByKey ( string key ) : void
SetKeyName ( int index, string name ) : void
this ( int index ) : Image
this ( string key ) : Image

비공개 메소드들

메소드 설명
ICollection ( Array dest, int index ) : void
IList ( object image ) : bool
IList ( object value ) : int
IList ( int index, object value ) : void
IList ( object image ) : void
this ( int index ) : objectIList.System

메소드 상세

Add() 공개 메소드

public Add ( Image value ) : void
value System.Drawing.Image
리턴 void

Add() 공개 메소드

public Add ( string key, Image image ) : void
key string
image System.Drawing.Image
리턴 void

AddRange() 공개 메소드

public AddRange ( Image images ) : void
images System.Drawing.Image
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( Image image ) : bool
image System.Drawing.Image
리턴 bool

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( Image image ) : int
image System.Drawing.Image
리턴 int

IndexOfKey() 공개 메소드

public IndexOfKey ( string key ) : int
key string
리턴 int

Remove() 공개 메소드

public Remove ( Image image ) : void
image System.Drawing.Image
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

RemoveByKey() 공개 메소드

public RemoveByKey ( string key ) : void
key string
리턴 void

SetKeyName() 공개 메소드

public SetKeyName ( int index, string name ) : void
index int
name string
리턴 void

this() 공개 메소드

public this ( int index ) : Image
index int
리턴 System.Drawing.Image

this() 공개 메소드

public this ( string key ) : Image
key string
리턴 System.Drawing.Image