| Name |
Type |
Description |
| ColorFromARGB |
(Long) |
Returns a GDI Plus color from ARGB values |
| ColorFromRGB |
(Long) |
Returns a GDI Plus color from a standard VB6 like color |
| ColorGetAlpha |
(Long) |
Returns the transparency value from a given GDI Plus color |
| ColorSetAlpha |
(Long) |
Sets the transparency of a given color |
| ColorToRGB |
(Long) |
Returns a standard GDI color from a GDI Plus color |
| DrawLineCoords |
|
Draws a line at specified coords |
| DrawRect |
|
Draws a rectangle at specified coords |
| DrawRectCoords |
|
Draws a rectangle at specified coords |
| DrawRRect |
|
Draws a round rectangle at specified coords |
| DrawRRectCoords |
|
Draws a round rectangle at specified coords |
| FadeColors |
|
Draw a surface fading two colors |
| FadeColorsCoords |
|
Draw a surface fading two colors |
| FadeColorsCoordsHdc |
|
Draw a surface fading two colors on a specified Device Context |
| FadeColorsHdc |
|
Draw a surface fading two colors on a specified Device Context |
| StatusToString |
(String) |
Returns the status of a GDI Plus call |
| Supported |
(Boolean) |
Returns True if GDIPlus is supported by this system |