[Overview][Types][Classes][Index] |
Adjusts the fcl-image coordinate system to be compatible with coordinates used in TCanvas.
Source position: lazcanvas.pas line 105
protected procedure TLazCanvas.DoRectangle( |
const Bounds: TRect |
); override; |
Bounds |
|
TRect with the bounds for the rectangular area. |
Adjusts the values in Bounds to use the coordinate system in TCanvas, and draws borders using the style and/or pattern in the Pen for the canvas.
DoRectangleFill is used to optimize and fill a rectangle area.
|
Adjusts the FCL image rectangle to be LCL compatible and draws a filled rectangle on the canvas. |
Version 4.0 | Generated 2025-05-03 | Home |