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

TSVGPath

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fpsvg.types.pp line 580

type TSVGPath = class

public

  procedure Clear;

  procedure MoveTo();

  procedure LineTo();

  procedure CubicTo();

  procedure QuadTo();

  procedure Close;

  procedure Assign();

  function IsEmpty;

  function ControlBounds;

  property SegmentCount: Integer; [r]

  property Segments []: TSVGPathSegment; default; [r]

  property CurrentPoint: TSVGPoint; [r]

end;

Inheritance

TSVGPath

|

TObject


Documentation generated on: 2026-09-25