 |
 |
 |
|
|  |  |
 |
CreateEllipticRgn ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The CreateEllipticRgn function creates an elliptical region. |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
HRGN CreateEllipticRgn(
int nLeftRect, // x-coord of upper-left corner of rectangle
int nTopRect, // y-coord of upper-left corner of rectangle
int nRightRect, // x-coord of lower-right corner of rectangle
int nBottomRect // y-coord of lower-right corner of rectangle
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER CreateEllipticRgn IN gdi32;
INTEGER nLeftRect,;
INTEGER nTopRect,;
INTEGER nRightRect,;
INTEGER nBottomRect
|
 |  |  | | Parameters: |  | nLeftRect
[in] Specifies the x-coordinate in logical units, of the upper-left corner of the bounding rectangle of the ellipse.
nTopRect
[in] Specifies the y-coordinate in logical units, of the upper-left corner of the bounding rectangle of the ellipse.
nRightRect
[in] Specifies the x-coordinate in logical units, of the lower-right corner of the bounding rectangle of the ellipse.
nBottomRect
[in] Specifies the y-coordinate in logical units, of the lower-right corner of the bounding rectangle of the ellipse. |
 |  | | Return value: |  | If the function succeeds, the return value is the handle to the region. If the function fails, the return value is NULL.
|
 |  | | Word Index links for the CreateEllipticRgn : |  | |
|
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2001-08-26 12:00:00 | | Modified: | 2001-11-26 16:03:24 | Visited in last 7 days: 20 |
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|