HotPDF Delphi PDF Component Developer Guide | ![]() |
THPDFPage.RectangleRotate
|
Top Previous Next |
Draws a rotated rectangle.
Delphi syntax: procedure RectangleRotate (X, Y, Width, Height: Single; Angle: Extended);
C++ syntax: void __fastcall RectangleRotate ( float X, float Y, float Width, float Height, Extended Angle );
Description Use Rectangle to draw a rectangle. Specify the rectangle's coordinates and size. Coordinates defines the upper left corner at the point ( X, Y), the width and the height and the angle of rotation in degrees. To fill a rectangular region use Fill. To outline a rectangular region without filling it, use Stroke. To draw a rectangle with rounded corners, use RoundRect.
|
Copyright©2007-2019 losLab.com |