Represents namespace FMX.RS.SVGSyncObjs.
|
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
Server jobs are executed by the RSSVGSyncObjs|TSVGServerThread class.
|
|
TSVGServerJob
|
Defines a base SVG Server job.
Server jobs are executed by the RSSVGSyncObjs|TSVGServerThread class.
|
|
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
|