 |
GetTextAlign ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetTextAlign function retrieves the text-alignment setting for the specified device context. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
UINT GetTextAlign(
HDC hdc // handle to DC
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetTextAlign IN gdi32;
INTEGER hdc
|
 |
 |
 |
| Parameters: |
 |
hdc
[in] Handle to the device context. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is the status of the text-alignment flags. |
 |
 |
| Word Index links for the GetTextAlign : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-04-20 15:00:12 | | Modified: | 2002-04-20 15:01:22 | Visited in last 7 days: 15 |