Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32🞂TCustomBitmap32🞂RaiseRectTSMethodPublic

TCustomBitmap32.RaiseRectTS

Draws a 3D bevelled button/panel edge around a rectangle.

Declarations ​

pascal
procedure RaiseRectTS(X1, Y1, X2, Y2: Integer; Contrast: Integer); overload;
procedure RaiseRectTS(const ARect: TRect; Contrast: Integer); overload;
Overload Details

Overload 1 ​

pascal
procedure RaiseRectTS(X1, Y1, X2, Y2: Integer; Contrast: Integer); overload;

Draws 3D bevel specified by integer coordinates.

ParameterTypeDescription
X1, Y1, X2, Y2IntegerRectangle corner coordinates.
ContrastIntegerBevel highlight and shadow contrast intensity.

Overload 2 ​

pascal
procedure RaiseRectTS(const ARect: TRect; Contrast: Integer); overload;

Draws 3D bevel specified by TRect.

ParameterTypeDescription
ARectTRectTarget TRect.
ContrastIntegerBevel highlight/shadow contrast intensity.

Description ​

RaiseRectTS renders raised 3D panel bevel edges.