Method | Description | |
---|---|---|
DrawBorder ( BorderStyle2 Style, Color BorderColor, |
||
DrawControl ( |
||
DrawControl ( |
||
DrawDesignTimeBorder ( |
||
DrawDesignTimeLine ( |
||
DrawGrayImage ( |
||
DrawInsertIndicatorH ( int x, int y, int width, |
||
DrawInsertIndicatorV ( int x, int y, int height, |
||
DrawSortArrow ( int x, int y, |
||
DrawTransparentImage ( |
||
MixColors ( Color c1, Color c2, double mix ) : Color |
Method | Description | |
---|---|---|
DrawBorder ( Border3DStyle Style, Color BorderColor, |
||
DrawRaisedBorder ( |
||
DrawSunkenBorder ( |
||
DrawSunkenOuterBorder ( |
||
GetDarkBrush ( Color BorderColor ) : |
||
GetDarkDarkBrush ( Color BorderColor ) : |
||
GetLightBrush ( Color BorderColor ) : |
||
GetNormalBrush ( Color BorderColor ) : |
||
RaisedInnerBorder ( |
public static DrawBorder ( BorderStyle2 Style, Color BorderColor, |
||
Style | BorderStyle2 | |
BorderColor | Color | |
g | ||
r | ||
return | void |
public static DrawControl ( |
||
control | ||
return |
public static DrawControl ( |
||
control | ||
b | ||
return | bool |
public static DrawDesignTimeBorder ( |
||
g | ||
rect | ||
return | void |
public static DrawDesignTimeLine ( |
||
g | ||
x1 | int | |
y1 | int | |
x2 | int | |
y2 | int | |
return | void |
public static DrawGrayImage ( |
||
g | ||
Image | Image | |
X | int | |
Y | int | |
TransparencyFactor | float | |
return | void |
public static DrawInsertIndicatorH ( int x, int y, int width, |
||
x | int | |
y | int | |
width | int | |
g | ||
c | Color | |
return | void |
public static DrawInsertIndicatorV ( int x, int y, int height, |
||
x | int | |
y | int | |
height | int | |
g | ||
c | Color | |
return | void |
public static DrawSortArrow ( int x, int y, |
||
x | int | |
y | int | |
g | ||
Ascending | bool | |
return | void |
public static DrawTransparentImage ( |
||
g | ||
Image | Image | |
X | int | |
Y | int | |
TransparencyFactor | float | |
return | void |
public static MixColors ( Color c1, Color c2, double mix ) : Color | ||
c1 | Color | |
c2 | Color | |
mix | double | |
return | Color |