<< Click here to display Table of Contents >> Navigation: Code Documentation > RSVclSVG > RSSVGTypes > Classes > TSVGViewBox:
Comments (0)
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