Unit 'Img32.Extra' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_image32]

HatchBackground

Declaration

Source position: Img32.Extra.pas line 115

procedure HatchBackground(

  img: TImage32;

  color1: TColor32 = clWhite32;

  color2: TColor32 = $FFE8E8E8;

  hatchSize: Integer = 10

); overload;

procedure HatchBackground(

  img: TImage32;

  const rec: TRect;

  color1: TColor32 = clWhite32;

  color2: TColor32 = $FFE8E8E8;

  hatchSize: Integer = 10

); overload;



CT Web help

CodeTyphon Studio