|
THPDFPage.RectangleRotate
|
맨 위 이전 다음 |
|
Draws a rotated rectangle.
Delphi 구문: procedure RectangleRotate (X, Y, Width, Height: Single; Angle: Extended);
C++ 구문: void __fastcall RectangleRotate ( float X, float Y, float Width, float Height, Extended Angle );
설명 Rectangle을 그리려면 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.
Code Example
|