This property gets or sets the color used when vector images are displayed in the ImageKit Control.

[C++Builder]   imagekitcontrolname->DrawVectorColor [= TColor ]
[Delphi]   imagekitcontrolname.DrawVectorColor [= TColor ]

Property Value

The color used to draw the vector image. Default is -1. When the default value is used, the vector image is drawn using the vector image's own color values

Explanation

The DrawVectorColor property sets the color used when vector images are displayed in the ImageKit Control. To set a value, use the default value of -1, the appropriate color constant (clRed, etc.), or the appropriate RGB(Red, Green, Blue) value. When the default value is used, the vector image is drawn using the vector image's own color values. When a color value other than -1 is used, the vector image will be drawn using that single color.

Setting this value

This value can be set at design-time and at run-time.

Retrieving this value

&

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation