Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVGSyncObjs
FMX.RS.SVGSyncObjs Classes
Name
Description
TSVGLoadJob
Defines a job for loading a SVG in a thread
Server jobs are executed by the RSSVGSyncObjs|TSVGServerThread class.
TSVGLoadThread
Provides a thread class for loading a SVG from a stream and drawing to a bitmap
TSVGPaintJob
Defines a job for painting or drawing a SVG in a thread
TSVGServerJob
Defines a base SVG Server job.
TSVGServerThread
Thread class for processing a list of SVG jobs
During execution, this thread processes jobs on the Jobs list and puts completed jobs on the OutJobs list
TSVGThread
Provides a threading class for drawing an SVG to a bitmap
Top