Vẽ vùng nhìn của bản vẽ thay vì toàn bộ nội dung
Contents
[
Hide
]Cách vẽ vùng nhìn của bản vẽ thay vì toàn bộ nội dung
Vấn đề: Cách vẽ vùng nhìn của bản vẽ thay vì toàn bộ nội dung (CADNET-66).
Mẹo: Để vẽ trình xem hình ảnh thay vì tất cả nội dung trong rasterizationOptions, đặt NoScaling thành true.
Ví dụ:
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; |