[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Copies part of a bitmap to a rectangle on the canvas and replaces the transparent color with the Brush color.
Source position: graphics.pp line 1079
public procedure TCanvas.BrushCopy( |
ADestRect: TRect; |
ABitmap: TBitmap; |
ASourceRect: TRect; |
ATransparentColor: TColor |
); virtual; |