Hide Comments
Hide Comments

TSVGGraphicElement.DoDrawing(TObject,TSVGMatrix,TSVGCanvas,TSVGRect) Method

Comments (0)

This method is called just before drawing the current element and its children. The method is called after the canvas brush, pen, font, clipping, etc are set up but before the actual drawing.

It exposes the OnDrawing event.

noteNote

This function returns True if the current element should be drawn. If the function returns False, the current element will not be drawn. However, its children's draw methods will still be called.

Namespace: FMX.RS.SVG

expandingSyntax

Parameters

Sender

Type: TObject

Matrix

Type: System.Void

Canvas

Type: System.Void

aRect

Type: System.Void

Return Value

Type: Boolean

expandingSee Also

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2016, Thomas G. Grubb