DLLCreateEllipticRgn()

DLLCreateEllipticRgn()
  • SYNOPSIS:
    region = DLLCreateEllipticRgn(nLeftRect,nTopRect,nRightRect,nBottomRect)
  • DESCRIPTION:
    This function creates an elliptical region and returns a handle to it.
  • 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.
  • RETURNS:
    A region handle, or zero if there is an error.
  • EXAMPLE:
    example027.bb
  • BUGS:
    None Known.

Return To Index
Problems with this command or bugs? EMail me at: mailto:loki.sd@blueyonder.co.uk

Section Last Updated: Friday, May 31, 2002 9:35 PM GMT

All materials used in this help, related sources and binaries are (C)opyright Rob Hutchinson, Joseph Cox and Tarropithium Software 2002. All rights reserved. All software is provided without warranty unless otherwise stated.
Tarropithium Software or the authors will not be held liable for any damage or data loss that may occur during the application of this software. Use it at your own risk!