Method | Description | |
---|---|---|
TransPicBox ( ) : System | ||
TransPicBox ( |
||
TransPicBox ( |
||
TransPicBox ( string text ) : System | ||
TransPicBox ( string text, int left, int top, int width, int height ) : System |
Method | Description | |
---|---|---|
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs e ) : void | ||
OnResize ( |
||
OnSizeChanged ( |
Method | Description | |
---|---|---|
resizeImage ( |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnResize ( |
||
e | ||
return | void |
protected OnSizeChanged ( |
||
e | ||
return | void |
public TransPicBox ( |
||
parent | ||
text | string | |
return | System |
public TransPicBox ( |
||
parent | ||
text | string | |
left | int | |
top | int | |
width | int | |
height | int | |
return | System |
public TransPicBox ( string text, int left, int top, int width, int height ) : System | ||
text | string | |
left | int | |
top | int | |
width | int | |
height | int | |
return | System |