ImageEn, unit iexLayers

TIEPolylineLayer.FillColor

TIEPolylineLayer.FillColor

Declaration

property FillColor: TColor;

Description

The color of the polygon. To create a polygon you must close the polyline using PolylineClosed.
To make the text box transparent set FillColor to clNone.

Default: clWhite

Example

// Set fill color to yellow
ImageEnView1.CurrentLayer.FillColor := clYellow;
ImageEnView1.Update();



// Remove fill color
ImageEnView1.CurrentLayer.FillColor := clNone;
ImageEnView1.Update();


See Also

TIELayer.FillColor
FillColor2
FillGradient
FillOpacity