Interface IVectorPathData

Interface IVectorPathData

Pôvodný názov: Aspose.Imaging.FileFormats.Core.VectorPaths Zhromaždenie: Aspose.Imaging.dll (25.4.0)

Rozhranie pre prístup k dátam vektorovej trasy.

public interface IVectorPathData

Properties

IsDisabled

Získa alebo nastaví hodnotu, ktorá naznačuje, či je táto inštancia zrušená.

bool IsDisabled { get; set; }

Hodnota nehnuteľnosti

bool

IsInverted

Získa alebo nastaví hodnotu, ktorá naznačuje, či je táto inštancia otočená.

bool IsInverted { get; set; }

Hodnota nehnuteľnosti

bool

IsNotLinked

Získa alebo nastaví hodnotu, ktorá naznačuje, či táto inštancia nie je prepojená.

bool IsNotLinked { get; set; }

Hodnota nehnuteľnosti

bool

Paths

Získajte alebo nastavíte záznamy o ceste.

VectorPathRecord[] Paths { get; set; }

Hodnota nehnuteľnosti

VectorPathRecord []

Version

Dostane alebo nastaví verziu.

int Version { get; set; }

Hodnota nehnuteľnosti

int

 Slovenčina