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

TSVGPathSegment

Declaration

Source position: fpsvg.types.pp line 569

type TSVGPathSegment = record

public

  Kind: TSVGPathSegmentKind;

  Points: array [0..2] of TSVGPoint;

  function PointCount;

  function ToString;

end;


Documentation generated on: 2026-09-25