'Declaration
Public Overloads Function DrawRotatedRectangle( _ ByVal ImageID As Integer, _ ByVal Angle As Single, _ 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
public GdPictureStatus DrawRotatedRectangle( int ImageID, float Angle, float DstLeft, float DstTop, float Width, float Height, int PenWidth, int PenColor, bool AntiAlias )
public function DrawRotatedRectangle( ImageID: Integer; Angle: Single; DstLeft: Single; DstTop: Single; Width: Single; Height: Single; PenWidth: Integer; PenColor: Integer; AntiAlias: Boolean ): GdPictureStatus;
public function DrawRotatedRectangle( ImageID : int, Angle : float, DstLeft : float, DstTop : float, Width : float, Height : float, PenWidth : int, PenColor : int, AntiAlias : boolean ) : GdPictureStatus;
Parameters
- 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 of the rectangle. A suitable color value can be obtained by using the ARGBI() method.
- AntiAlias
- Set to True to apply the Antialiasing algorithm else False.
Return Value
A member of the GdPictureStatus enumeration.