Uzyskaj listę wszystkich warstw
Contents
[
Hide
]Jak uzyskać listę wszystkich warstw
Problem: Jak uzyskać listę wszystkich warstw.
Wskazówki: Aby to zrobić, użyj funkcji Layers.GetLayersName() podczas ładowania obrazu.
Przykład:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
List<string> layers = cadImage.Layers.GetLayersNames(); |