Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCanvas.BrushCopy

Copies part of a bitmap to a rectangle on the canvas and replaces the transparent color with the Brush color.

Declaration

Source position: graphics.pp line 1079

public procedure TCanvas.BrushCopy(

  ADestRect: TRect;

  ABitmap: TBitmap;

  ASourceRect: TRect;

  ATransparentColor: TGraphicsColor

); virtual;