PictureBox-DrawEdge

Function Name dcl-PictureBox-DrawEdge
Syntax   (dcl-PictureBox-DrawEdge <CONTROL> (List of Lists as (UpperLeftX [as Long] UpperLeftY [as Long] Width [as Long] Height [as Long] EdgeStyle [as Integer]) ...))
Return Type Boolean (T if successful; otherwise NIL)
Applies To Picture Box

此方法绘制由UpperLeftX,UpperLeftY和指定的宽度和高度定义的矩形周围的一个或多个标准Windows控制边。 EdgeStyle指定要绘制的边的样式。 所有点都在客户端坐标中指定(以像素为单位,相对于控件的左上角)。

Edge Style Description
1 Raised inner border
2 Sunken inner border
3 Raised outer border
4 Bump edge
5 Etched edge
6 Raised edge
7 Sunken edge