In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / DrawRoundedRectangle Method

DrawRoundedRectangle Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(112)>

Function DrawRoundedRectangle( _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single, _

   ByVal Radius As Single, _

   ByVal Fill As Boolean, _

   ByVal Stroke As Boolean _

) As GdPictureStatus
[DispId(112)]

GdPictureStatus DrawRoundedRectangle( 

   float Left,

   float Top,

   float Width,

   float Height,

   float Radius,

   bool Fill,

   bool Stroke

)
function DrawRoundedRectangle( 

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single;

    Radius: Single;

    Fill: Boolean;

    Stroke: Boolean

): GdPictureStatus; 
DispIdAttribute(112)

function DrawRoundedRectangle( 

   Left : float,

   Top : float,

   Width : float,

   Height : float,

   Radius : float,

   Fill : boolean,

   Stroke : boolean

) : GdPictureStatus;
[DispId(112)]

GdPictureStatus DrawRoundedRectangle( 

   float Left,

   float Top,

   float Width,

   float Height,

   float Radius,

   bool Fill,

   bool Stroke

) 
[DispId(112)]

GdPictureStatus DrawRoundedRectangle( 

   float Left,

   float Top,

   float Width,

   float Height,

   float Radius,

   bool Fill,

   bool Stroke

) 

Parameters

Left
Top
Width
Height
Radius
Fill
Stroke
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members