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à
IsInverted
Riceve o impone un valore che indica se questa instanza è inversata.
bool IsInverted { get; set; }
Valore di proprietà
IsNotLinked
Riceve o impone un valore che indica se questa instanza non è collegata.
bool IsNotLinked { get; set; }
Valore di proprietà
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; }