This property sets the Width of a vector image when the image is loaded

[C++Builder]   imagekitcontrolname->FileIO->VectorWidth[ = int ]
[Delphi]   imagekitcontrolname.FileIO.VectorWidth[ = Integer ]

Property Value

The VectorWidth property sets the Width of the vector image (in pixels). Default value is 0.

Explanation

The VectorWidth property property sets the Width of a vector image when the image is loaded.

For DXF and SXF images

    If the VectorHeight property or the VectorWidth property is set to a value of 0 or less, 800 will be used.

For EMF, SVG, and WMF images

    If the VectorHeight property or the VectorWidth property is set to a value of 0 or less, the size defined in each file header will be used.

Note: When the vector image is loaded, the ratio of the height and width of the original image is maintained and the largest pixel size of the image is scaled within the area defined by the VectorHeight property and the VectorWidth properties.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation