ImageGear .NET - Updated December 24, 2018
ViewRect Property




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADCamera Class : ViewRect Property
Set and update view rectangle
Syntax
'Declaration
 
Public Property ViewRect As ImGearRectangle
 
'Usage
 
Dim instance As CADCamera
Dim value As ImGearRectangle
 
instance.ViewRect = value
 
value = instance.ViewRect
Remarks

Affects the view of exports.

For example, if the ViewRect is Width=256, and Height=256, then exported raster images will have dimensions of 256x256.

See Also

Reference

CADCamera Class
CADCamera Members