CreateRoundRectRgn Method (Win32)
In This Topic
Syntax
'Declaration
Public Shared Function CreateRoundRectRgn( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.IntPtr
public static System.IntPtr CreateRoundRectRgn(
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- nLeftRect
- nTopRect
- nRightRect
- nBottomRect
- nWidthEllipse
- nHeightEllipse
See Also