描画のビューポートを描画全体の代わりに描く方法
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; |