Unit 'PasVulkan.VectorPath' Package
[Overview][Types][Classes][Index] [#pl_pasvulkan]

TpvVectorPath

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

Declaration

Source position: PasVulkan.VectorPath.pas line 490

type TpvVectorPath = class

public

  constructor Create;

  

  constructor CreateFromSVGPath();

  

  constructor CreateFromShape();

  

  destructor Destroy; override;

  

  procedure Assign();

  

  procedure MoveTo();

  

  procedure LineTo();

  

  procedure QuadraticCurveTo();

  

  procedure CubicCurveTo();

  

  procedure Close;

  

  function GetShape;

  

published

  property FillRule: TpvVectorPathFillRule; [rw]

  

  property Commands: TpvVectorPathCommandList; [r]

  

end;

Inheritance

TpvVectorPath

  

|

TObject



CT Web help

CodeTyphon Studio