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

TSVGPolyPath

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

Declaration

Source position: fpsvg.geom.pp line 82

type TSVGPolyPath = class(TObject)

public

  procedure Clear;

  procedure MoveTo();

  procedure LineTo();

  procedure Close;

  procedure Flatten();

  procedure Transform();

  procedure Assign();

  procedure BuildDashes();

  procedure BuildStroke();

  function Bounds;

  function TotalPointCount;

  function IsEmpty;

  function AsText;

  property SubPathCount: Integer; [r]

  property PointCount []: Integer; [r]

  property Closed []: Boolean; [r]

  property Points []: TSVGPoint; [r]

end;

Inheritance

TSVGPolyPath

|

TObject


Documentation generated on: 2026-09-25