Drawing the viewport of the drawing instead of the entire content
Contents
[
Hide
]How to drawing the viewport of the drawing instead of the entire content
Issue: How to drawing the viewport of the drawing instead of the entire content (CADNET-66).
Tips: To draw the picture viewer instead of all content in rasterizationOptions, set NoScaling to true.
Example:
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; |