드로잉의 뷰포트를 전체 콘텐츠 대신 드로잉하는 방법
Contents
[
Hide
]전체 콘텐츠 대신 드로잉의 뷰포트를 드로잉하는 방법
문제: 전체 콘텐츠 대신 드로잉의 뷰포트를 드로잉하는 방법 (CADNET-66).
팁: rasterizationOptions에서 모든 콘텐츠 대신 그림 뷰어를 그리려면 NoScaling을 true로 설정하십시오.
예제:
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.NoScaling = true; |