رسم نافذة العرض للرسم بدلاً من المحتوى بالكامل
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; |