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





In This Topic
DrawRectangle Method (IGdPictureImaging)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(292)>
Function DrawRectangle( _
   ByVal ImageID As Integer, _
   ByVal DstLeft As Single, _
   ByVal DstTop As Single, _
   ByVal Width As Single, _
   ByVal Height As Single, _
   ByVal PenWidth As Integer, _
   ByVal PenColor As Integer, _
   ByVal AntiAlias As Boolean _
) As GdPictureStatus
[DispId(292)]
GdPictureStatus DrawRectangle( 
   int ImageID,
   float DstLeft,
   float DstTop,
   float Width,
   float Height,
   int PenWidth,
   int PenColor,
   bool AntiAlias
)
function DrawRectangle( 
    ImageID: Integer;
    DstLeft: Single;
    DstTop: Single;
    Width: Single;
    Height: Single;
    PenWidth: Integer;
    PenColor: Integer;
    AntiAlias: Boolean
): GdPictureStatus; 
DispIdAttribute(292)
function DrawRectangle( 
   ImageID : int,
   DstLeft : float,
   DstTop : float,
   Width : float,
   Height : float,
   PenWidth : int,
   PenColor : int,
   AntiAlias : boolean
) : GdPictureStatus;
[DispId(292)]
GdPictureStatus DrawRectangle( 
   int ImageID,
   float DstLeft,
   float DstTop,
   float Width,
   float Height,
   int PenWidth,
   int PenColor,
   bool AntiAlias
) 
[DispId(292)]
GdPictureStatus DrawRectangle( 
   int ImageID,
   float DstLeft,
   float DstTop,
   float Width,
   float Height,
   int PenWidth,
   int PenColor,
   bool AntiAlias
) 

Parameters

ImageID
DstLeft
DstTop
Width
Height
PenWidth
PenColor
AntiAlias
See Also

Reference

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