Specifies the boundaries of the clipping rectangle.
Use ClipRect to determine where the canvas needs painting. ClipRect limits the drawing region of the canvas so that any drawing that occurs at coordinates outside the ClipRect is clipped and does not appear in the image.
Namespace: FMX.RS.CanvasHelper
Delphi |
public |
Property Value
Type: TRectF
Reference |