Menghapus batas di kanvas hasil
Contents
[
Hide
]Cara menghapus batas di kanvas hasil
Masalah: Cara menghapus batas di kanvas hasil.
Tips: Untuk ini, perlu menetapkan nilai 1 di rasterizationOptions.Zoom.
Contoh:
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 |