DrawLineArrow Method (GdPictureImaging)
Draws a line with an arrow at the end of it.
public GdPictureStatus DrawLineArrow(
int ,
int ,
int ,
int ,
int ,
int ,
Color ,
bool
)
public function DrawLineArrow(
: Integer;
: Integer;
: Integer;
: Integer;
: Integer;
: Integer;
: Color;
: Boolean
): GdPictureStatus;
public function DrawLineArrow(
: int,
: int,
: int,
: int,
: int,
: int,
: Color,
: boolean
) : GdPictureStatus;
public: GdPictureStatus DrawLineArrow(
int ,
int ,
int ,
int ,
int ,
int ,
Color ,
bool
)
public:
GdPictureStatus DrawLineArrow(
int ,
int ,
int ,
int ,
int ,
int ,
Color ,
bool
)
'Declaration
Public Function DrawLineArrow( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Color, _
ByVal As Boolean _
) As GdPictureStatus
Parameters
- ImageID
- GdPicture image identifier.
- SrcLeft
- Specifies the x-coordinate of the starting point of the line.
- SrcTop
- Specifies the y-coordinate of the starting point of the line.
- DstLeft
- Specifies the x-coordinate of the ending point of the line.
- DstTop
- Specifies the y-coordinate of the ending point of the line.
- PenWidth
- The width, in pixel, of the pen used to draw the line.
- PenColor
- Color of the line. A suitable color value can be obtained by using the ARGB() method.
- AntiAlias
- Set to True to apply the Antialiasing algorithm else False.
Return Value
A member of the GdPictureStatus enumeration.