Method | Description | |
---|---|---|
Add ( System c ) : void |
add color to list
|
|
Clear ( ) : void |
����б�
|
|
Clone ( ) : |
���ƶ���
|
|
GetColor ( int index, System DefaultValue ) : System.Drawing.Color |
get color at special index , if index out of range , return default color
|
|
IndexOf ( System c ) : int |
get color index
|
|
RTFColorTable ( ) : System |
initialize instance
|
|
Remove ( System c ) : void |
delete special color
|
|
Write ( |
�����ɫ��
|
|
this ( int index ) : System.Drawing.Color |
get color at special index
|
public GetColor ( int index, System DefaultValue ) : System.Drawing.Color | ||
index | int | index |
DefaultValue | System | default value |
return | System.Drawing.Color |
public Write ( |
||
writer | RTF�ĵ���д�� | |
return | void |
public this ( int index ) : System.Drawing.Color | ||
index | int | |
return | System.Drawing.Color |