TSVGElement.GenerateControls(TControl,TSVGMatrix,TRSRect,TSVGControlElementEvent) Method |
Scroll Prev Top Next More |
Generates VCL/FMX controls to represent this SVG element and its children. The Parent parameter specifies the parent control for the generated VCL/FMX control.
Namespace: FMX.RS.SVG
Delphi |
public |
Parameters
Parent
Type: TControl
Parent control for the generated FMX control
aMatrix
Type: System.Void
Transformation to apply to the FMX control
aRect
Type: TRSRect
Where the FMX control should be placed (modified by aMatrix possibly)
Callback
Type: TSVGControlElementEvent
Optional function called after the VCL/FMX control is created and initialized but before the child controls are created
Type: TControl
|