DLLCreateRoundRectRgn()

DLLCreateRoundRectRgn()
  • SYNOPSIS:
    region = DLLCreateRoundRectRgn(nLeftRect,nTopRect,nRightRect,nBottomRect,nWidthEllipse,nHeightEllipse)
  • DESCRIPTION:
    This function creates a rounded rectangle region and returns a handle to it.
  • PARAMETERS:
    nLeftRect [in] Specifies the x-coordinate of the upper-left corner of the region in logical units.
    nTopRect [in] Specifies the y-coordinate of the upper-left corner of the region in logical units.
    nRightRect [in] Specifies the x-coordinate of the lower-right corner of the region in logical units.
    nBottomRect [in] Specifies the y-coordinate of the lower-right corner of the region in logical units.
    nWidthEllipse [in] Specifies the width of the ellipse used to create the rounded corners in logical units.
    nHeightEllipse [in] Specifies the height of the ellipse used to create the rounded corners in logical units.
  • RETURNS:
    A region handle, or zero if there is an error.
  • 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:42 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!