procedure FrameRectS(X1, Y1, X2, Y2: Integer; Value: TColor32); overload;
procedure FrameRectTS(X1, Y1, X2, Y2: Integer; Value: TColor32); overload;
procedure FrameRectS(const ARect: TRect; Value: TColor32); overload;
procedure FrameRectTS(const ARect: TRect; Value: TColor32); overload;
procedure FrameRectTSP(X1, Y1, X2, Y2: Integer);
Draws a rectangle frame. Row with X2 coordinate and column with Y2 coordinate are excluded.
If X2 <= X1 or Y2 <= Y1, the function does not draw the rectangle.
FrameRectTSP version supports line patterns.
Naming Conventions, FillRect, LineTo, Color Types
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024