ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorView Class / Adjust Method




In This Topic
    Adjust Method
    In This Topic
    Adjusts the view bounding box to match the bounding box of the vector data.
    Syntax
    'Declaration
     
    Public Sub Adjust() 
    'Usage
     
    Dim instance As ImGearVectorView
     
    instance.Adjust()
    public void Adjust()
    public: void Adjust(); 
    public:
    void Adjust(); 
    Remarks
    Calling this method prior to rasterization is an easy way to ensure that all of the vector data will be included in the rasterized area after the view or vector data has undergone transformations.
    See Also