ImageGear .NET - Updated
Adjust Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorView Class : Adjust Method
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

Reference

ImGearVectorView Class
ImGearVectorView Members
Rasterize Method