Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVGTypes > Classes > TSVGViewBox
TSVGViewBox Constructors
Name
Description
Create
Overloaded. Constructs the view box
Create(Single,Single,Single,Single)
Overloaded. Constructs the view box and initializes its coordinates to the aLeft, aTop, aRight, and aBottom parameters, which are specified in pixels
Create(TSVGRect)
Overloaded. Constructs the view box and initializes its coordinates to the rectangle parameters, which is specified in pixels
Destroy
Represents the destructor of the TSVGViewBox class.
Top