Interface IVectorPathData

Interface IVectorPathData

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Core.VectorPaths Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Interfejs dostępu do danych ścieżek wektorowych.

public interface IVectorPathData

Properties

IsDisabled

Otrzymuje lub ustawia wartość wskazującą, czy ta instancja jest zablokowana.

bool IsDisabled { get; set; }

Wartość nieruchomości

bool

IsInverted

Otrzymuje lub ustawia wartość wskazującą, czy ta instancja jest odwrócona.

bool IsInverted { get; set; }

Wartość nieruchomości

bool

IsNotLinked

Otrzymuje lub ustawia wartość wskazującą, czy ta instancja nie jest połączona.

bool IsNotLinked { get; set; }

Wartość nieruchomości

bool

Paths

Uzyskuje lub ustawia rekordy ścieżki.

VectorPathRecord[] Paths { get; set; }

Wartość nieruchomości

VectorPathRecord [ ]

Version

Dostęp lub ustaw wersję.

int Version { get; set; }

Wartość nieruchomości

int

 Polski