Метод | Описание | |
---|---|---|
DrawImageErrorIcon ( |
Draw image failed to load icon.
|
|
DrawImageLoadingIcon ( |
Get cached pen instance for the given color. Draw image loading icon.
|
|
GetRoundRect ( |
Creates a rounded rectangle using the specified corner radius
|
|
IsColorVisible ( |
Check if the given color is visible if painted (has alpha and color values)
|
Метод | Описание | |
---|---|---|
GetErrorImage ( ) : |
Get singleton instance of error image.
|
|
GetLoadImage ( ) : |
Get singleton instance of load image.
|
public static DrawImageErrorIcon ( |
||
g | the device to draw into | |
r | the rectangle to draw icon in | |
Результат | void |
public static DrawImageLoadingIcon ( |
||
g | the device to draw into | |
r | the rectangle to draw icon in | |
Результат | void |
public static GetRoundRect ( |
||
rect | Rectangle to round | |
nwRadius | float | Radius of the north east corner |
neRadius | float | Radius of the north west corner |
seRadius | float | Radius of the south east corner |
swRadius | float | Radius of the south west corner |
Результат |
public static IsColorVisible ( |
||
color | the color to check | |
Результат | bool |