 |
GdipCreateSolidFill ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Creates a SolidBrush object based on a color. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
GpStatus WINGDIPAPI GdipCreateSolidFill(
ARGB color,
GpSolidFill **brush
)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipCreateSolidFill IN gdiplus;
INTEGER clr,;
INTEGER @ brush
|
 |
 |
 |
| Parameters: |
 |
color
[in] ARGB Color value that specifies the initial color of this solid brush.
brush
[out] Handle of the brush object. |
 |
 |
| Return value: |
 |
| Returns 0 on success. |
 |
 |
| My comment: |
 |
| When you no longer need the Pen handle, call the GdipDeleteBrush function. |
 |
 |
| Word Index links for the GdipCreateSolidFill : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-07-29 13:01:29 | | Modified: | 2004-07-29 13:06:41 | Visited in last 7 days: 20 |