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

TSVGPen

Declaration

Source position: fpsvg.types.pp line 316

type TSVGPen = record

public

  Width: Double;

  Cap: TSVGLineCap;

  Join: TSVGLineJoin;

  MiterLimit: Double;

  Dashes: TSVGDoubleArray;

  DashOffset: Double;

  constructor Create();

  class function Default;

  function IsDashed;

  function ToString;

end;


Documentation generated on: 2026-09-25