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

TSVGView

Declaration

Source position: fpsvg.types.pp line 228

type TSVGView = record

public

  Name: string;

  ViewBox: TSVGRect;

  HasViewBox: Boolean;

  Ratio: TSVGPreserveAspectRatio;

  HasRatio: Boolean;

  Transform: TSVGMatrix;

  HasTransform: Boolean;

  class function None;

end;


Documentation generated on: 2026-09-25