Unit 'fpsvg.types' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-svg]

TSVGLength

Declaration

Source position: fpsvg.types.pp line 181

type TSVGLength = record

public

  Value: Double;

  LengthUnit: TSVGLengthUnit;

  constructor Create();

  class function Zero;

  function IsAbsolute;

  function Resolve();

  function ToString;

end;


Documentation generated on: 2026-09-25