Eso, quiero dibujarlo en una ventana. He buscado en el foro, hay para impresora pero no encontré para hacerlo en una ventana. Alguien sabe ??? Desde ya muchas gracias.
Saludos
Eso, quiero dibujarlo en una ventana. He buscado en el foro, hay para impresora pero no encontré para hacerlo en una ventana. Alguien sabe ??? Desde ya muchas gracias.
Saludos
Hola, del manual de FW
RoundRect()
Previous Top Next
Draws a rectangle with rounded corners.
Syntax:
RoundRect( <hDC>, <nTop>, <nLeft>, <nBottom>, <nRight>, <nEllipseWidth>, <nEllipseHeight> ) --> lSuccess
Parameters:
<hDC> Device context of the control
<nTop> Top coordinate
<nLeft> Left coordinate
<nBottom> Down coordinate
<nRight> Right coordinate
<nEllipseWidth> Specifies the width of the ellipse used to draw the rounded corners
<nEllipseHeight> Specifies the height of the ellipse used to draw the rounded corners
Returns:
<lSuccess> If the function succeeds, the return value is .t., otherwise .f..
Source Code:
SOURCE\WINAPI\RECTS.C
Marcelo, también lo busqué en el manual pero evidentemente se me pasó por alto, muchísimas gracias.
Saludos