Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32🞂TBitmap32🞂SetStippleMethodPublic
Inherited from:TCustomBitmap32.SetStipple

TBitmap32.SetStipple

Configures custom color array pattern for stippled line drawing.

Declarations ​

pascal
procedure SetStipple(const NewStipple: TArrayOfColor32); overload;
procedure SetStipple(const NewStipple: array of TColor32); overload;
Overload Details

Overload 1 ​

pascal
procedure SetStipple(const NewStipple: TArrayOfColor32); overload;

Sets stipple pattern from dynamic array of TColor32.

ParameterTypeDescription
NewStippleTArrayOfColor32Dynamic array of colors.

Overload 2 ​

pascal
procedure SetStipple(const NewStipple: array of TColor32); overload;

Sets stipple pattern from open array of TColor32.

ParameterTypeDescription
NewStipplearray of TColor32Open array of colors.

Description ​

SetStipple defines the color pattern used when rendering stippled lines and frames.