PictureAutoSize: Boolean;
PictureAutoSize: boolean;
The PictureAutoSize property fits size of a graphics primitive to the original image size. If the property is set to True, size is fitted, otherwise it is not.
The default property value is False.
Executing the example requires that repository contains a workspace with the IWSTYLE identifier containing shape. It is also required to have the ConnectedCPs.gif image.
Add links to the Andy, Drawing, Metabase system assemblies.
After executing the example the size is fitted.
See below the example displaying objects before the property is set to True (left) and after the property is set to True (right):
See also: