קבלת רשימה של כל השכבות
Contents
[
Hide
]איך לקבל רשימה של כל השכבות
בעיה: איך לקבל רשימה של כל השכבות.
טיפים: לצורך כך, השתמשו בפונקציית Layers.GetLayersName() כאשר אתם טוענים את התמונה.
דוגמה:
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(); |