Draws a rotated rectangle on a GdPicture image.
public GdPictureStatus DrawRotatedRectangle( int ImageID, Single Angle, int DstLeft, int DstTop, int Width, int Height, int PenWidth, Color PenColor, Boolean AntiAlias );
Public Function DrawRotatedRectangle( ByVal ImageID As Integer, ByVal Angle As Single, ByVal DstLeft As Integer, ByVal DstTop As Integer, ByVal Width As Integer, ByVal Height As Integer, ByVal PenWidth As Integer, ByVal PenColor As Color, ByVal AntiAlias As Boolean ) As GdPictureStatus
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. |
|
Angle |
Angle of rotation in degrees. |
|
DstLeft |
Specifies the x-coordinate of the upper-left corner of the rectangle. |
|
DstTop |
Specifies the y-coordinate of the upper-left corner of the rectangle. |
|
Width |
Specifies the width of the rectangle. |
|
Height |
Specifies the height of the rectangle. |
|
PenWidth |
Width in pixel of the pen used to draw the rectangle. |
|
PenColor |
Color Object. You can build a Color Object using the ARGB() function. Color used to draw the rectangle. |
|
AntiAlias |
Set to True to apply the Antialiasing algorithm else False. |
A member of the GdPictureStatus enumeration.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|