Kalem seçeneklerini ayarlama
Contents
[
Hide
]Kalem seçeneklerini nasıl ayarlarsınız
Sorun: Kalem seçeneklerini nasıl ayarlarsınız.
İpuçları: Bunu yapmak için, rasterizasyon seçeneklerinde PenOptions alanlarını ayarlayın.
Örnek:
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
CadRasterizationOptions rasterizationOptions = new CadRasterizationOptions(); | |
rasterizationOptions.PenOptions = new PenOptions(); | |
rasterizationOptions.PenOptions.StartCap = LineCap.Flat; | |
rasterizationOptions.PenOptions.EndCap = LineCap.Flat; |