AllAPI Network - The KPD-Team

 
Allapi Network
 API-Guide
 ApiViewer

 API List

 
API Resources
 Tips & Tricks
 VB Tutorials
 Error Lookup
 
Misc Stuff
 VB examples
 VB Tools
 VB Links
 Top Downloads
 
This Site
 Search Engine
 Contact Form
 

Donate to AllAPI.net

CreateRoundRectRgn

The CreateRoundRectRgn function creates a rectangular region with rounded corners.

VB4-32,5,6
Declare Function CreateRoundRectRgn Lib "gdi32" Alias "CreateRoundRectRgn" (ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long, ByVal X3 As Long, ByVal Y3 As Long) As Long

VB.NET
System.Drawing.Region

Operating Systems Supported
Requires Windows NT 3.1 or later; Requires Windows 95 or later

Library
Gdi32

Parameter Information
· nLeftRect
Specifies the x-coordinate of the upper-left corner of the region.

· nTopRect
Specifies the y-coordinate of the upper-left corner of the region.

· nRightRect
Specifies the x-coordinate of the lower-right corner of the region.

· nBottomRect
Specifies the y-coordinate of the lower-right corner of the region.

· nWidthEllipse
Specifies the width of the ellipse used to create the rounded corners.

· nHeightEllipse
Specifies the height of the ellipse used to create the rounded corners.

Return Values
If the function succeeds, the return value is the handle to the region.

If the function fails, the return value is NULL.

Examples

Related Functions

VB.NET Example

 

 


Copyright © 1998-2007, The Mentalis.org Team - Privacy statement
Did you find a bug on this page? Tell us!
This site is located at http://allapi.mentalis.org/