'DeclarationPublic Overloads Function DrawRotatedFilledRectangle( _ 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 FillColor As Color, _ ByVal AntiAlias As Boolean _ ) As GdPictureStatus
public GdPictureStatus DrawRotatedFilledRectangle( int ImageID, float Angle, int DstLeft, int DstTop, int Width, int Height, Color FillColor, bool AntiAlias )
public function DrawRotatedFilledRectangle( ImageID: Integer; Angle: Single; DstLeft: Integer; DstTop: Integer; Width: Integer; Height: Integer; FillColor: Color; AntiAlias: Boolean ): GdPictureStatus;
public function DrawRotatedFilledRectangle( ImageID : int, Angle : float, DstLeft : int, DstTop : int, Width : int, Height : int, FillColor : Color, 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.
- FillColor
- Color of the filled rectangle. 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.
