결과 캔버스에서 경계 제거
Contents
[
Hide
]결과 캔버스에서 경계 제거하는 방법
문제: 결과 캔버스에서 경계를 제거하는 방법입니다.
팁: 이를 위해 rasterizationOptions.Zoom에 1을 설정해야 합니다.
예제:
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.Zoom = 1;dd |