Property | Type | Description | |
---|---|---|---|
_OldBmp | |||
_OldBrush | |||
_OldFont | |||
_OldPen | |||
mHeight | int | ||
mTabSize | int | ||
mWidth | int | ||
mhBMP | |||
mhDC |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Clear ( Color color ) : void | ||
Clear ( |
||
CreateGraphics ( ) : |
||
DrawFocusRect ( int x, int y, int width, int height ) : void | ||
DrawLine ( Color color, Point p1, Point p2 ) : void | ||
DrawLine ( |
||
DrawRect ( Color color, int left, int top, int width, int height ) : void | ||
DrawRect ( |
||
DrawString ( string Text, int x, int y, int width, int height ) : void | ||
DrawTabbedString ( string Text, int x, int y, int taborigin, int tabsize ) : |
||
FillRect ( Color color, int x, int y, int width, int height ) : void | ||
FillRect ( |
||
Flush ( ) : void | ||
GDISurface ( |
||
GDISurface ( int width, int height, |
||
GDISurface ( int width, int height, |
||
GDISurface ( int width, int height, |
||
InvertRect ( int x, int y, int width, int height ) : void | ||
MeasureString ( string Text ) : |
||
MeasureTabbedString ( string Text, int tabsize ) : |
||
RenderTo ( |
||
RenderTo ( |
||
RenderTo ( |
||
RenderToControl ( int x, int y ) : void | ||
SetBrushOrg ( int x, int y ) : void |
Method | Description | |
---|---|---|
Destroy ( ) : void | ||
Init ( int width, int height, |
public DrawFocusRect ( int x, int y, int width, int height ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | void |
public DrawLine ( Color color, Point p1, Point p2 ) : void | ||
color | Color | |
p1 | Point | |
p2 | Point | |
return | void |
public DrawLine ( |
||
pen | ||
p1 | Point | |
p2 | Point | |
return | void |
public DrawRect ( Color color, int left, int top, int width, int height ) : void | ||
color | Color | |
left | int | |
top | int | |
width | int | |
height | int | |
return | void |
public DrawRect ( |
||
pen | ||
left | int | |
top | int | |
width | int | |
height | int | |
return | void |
public DrawString ( string Text, int x, int y, int width, int height ) : void | ||
Text | string | |
x | int | |
y | int | |
width | int | |
height | int | |
return | void |
public DrawTabbedString ( string Text, int x, int y, int taborigin, int tabsize ) : |
||
Text | string | |
x | int | |
y | int | |
taborigin | int | |
tabsize | int | |
return |
public FillRect ( Color color, int x, int y, int width, int height ) : void | ||
color | Color | |
x | int | |
y | int | |
width | int | |
height | int | |
return | void |
public FillRect ( |
||
brush | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | void |
public GDISurface ( |
||
hDC | ||
return | System |
public GDISurface ( int width, int height, |
||
width | int | |
height | int | |
CompatibleControl | ||
BindControl | bool | |
return | System |
public GDISurface ( int width, int height, |
||
width | int | |
height | int | |
surface | ||
return | System |
public GDISurface ( int width, int height, |
||
width | int | |
height | int | |
hdc | ||
return | System |
protected Init ( int width, int height, |
||
width | int | |
height | int | |
hdc | ||
return | void |
public InvertRect ( int x, int y, int width, int height ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | void |
public MeasureString ( string Text ) : |
||
Text | string | |
return |
public MeasureTabbedString ( string Text, int tabsize ) : |
||
Text | string | |
tabsize | int | |
return |
public RenderTo ( |
||
target | ||
x | int | |
y | int | |
return | void |
public RenderTo ( |
||
target | ||
SourceX | int | |
SourceY | int | |
Width | int | |
Height | int | |
DestX | int | |
DestY | int | |
return | void |
public RenderTo ( |
||
hdc | ||
x | int | |
y | int | |
return | void |
public RenderToControl ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |