ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADCamera Class / ViewRect Property




In This Topic
    ViewRect Property
    In This Topic
    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
    public ImGearRectangle ViewRect {get; set;}
    public: __property ImGearRectangle get_ViewRect();
    public: __property void set_ViewRect( 
       ImGearRectangle value
    );
    public:
    property ImGearRectangle ViewRect {
       ImGearRectangle get();
       void set (    ImGearRectangle value);
    }
    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