GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / DrawRectangle Method





In This Topic
DrawRectangle Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function DrawRectangle( _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Width As Single, _
   ByVal Height As Single, _
   ByVal Fill As Boolean, _
   ByVal Stroke As Boolean _
) As GdPictureStatus
public GdPictureStatus DrawRectangle( 
   float Left,
   float Top,
   float Width,
   float Height,
   bool Fill,
   bool Stroke
)
public function DrawRectangle( 
    Left: Single;
    Top: Single;
    Width: Single;
    Height: Single;
    Fill: Boolean;
    Stroke: Boolean
): GdPictureStatus; 
public function DrawRectangle( 
   Left : float,
   Top : float,
   Width : float,
   Height : float,
   Fill : boolean,
   Stroke : boolean
) : GdPictureStatus;
public: GdPictureStatus DrawRectangle( 
   float Left,
   float Top,
   float Width,
   float Height,
   bool Fill,
   bool Stroke
) 
public:
GdPictureStatus DrawRectangle( 
   float Left,
   float Top,
   float Width,
   float Height,
   bool Fill,
   bool Stroke
) 

Parameters

Left
Top
Width
Height
Fill
Stroke
See Also

Reference

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