Interface IVectorPathData

Interface IVectorPathData

Il nome: Aspose.Imaging.FileFormats.Core.VectorPaths Assemblea: Aspose.Imaging.dll (25.4.0)

L’interfaccia per l’accesso ai dati del percorso vectorale.

public interface IVectorPathData

Properties

IsDisabled

Riceve o impone un valore che indica se questa instanza è disattivata.

bool IsDisabled { get; set; }

Valore di proprietà

bool

IsInverted

Riceve o impone un valore che indica se questa instanza è inversata.

bool IsInverted { get; set; }

Valore di proprietà

bool

IsNotLinked

Riceve o impone un valore che indica se questa instanza non è collegata.

bool IsNotLinked { get; set; }

Valore di proprietà

bool

Paths

Riceve o mette i record della strada.

VectorPathRecord[] Paths { get; set; }

Valore di proprietà

VectorPathRecord [ ]

Version

Riceve o mette la versione.

int Version { get; set; }

Valore di proprietà

int

 Italiano