Hide Comments
Hide Comments

Comments (0)

Defines the SVG unit factors type, which specifies the unit factors for conversion of string lengths into actual values. For example, if the input string contains '1cm', the function uses the UnitFactors variable of this type to know how large a centimeter is. It is usually set when the DPI property of the TSVGDocument element is set

Namespace: FMX.RS.SVGTypes

expandingSyntax

Delphi

type
  TSVGUnitFactors = Array[TSVGUnit] of Single;
 

expandingSee Also

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb