ImageEn, unit iexColorCurve

TIEColorCurve.PointShape

TIEColorCurve.PointShape


Declaration

property PointShape: TIEPointShape;


Description

Specifies the shape of the adjustment points on the curve.

Note: You must call Update after changing point properties.

Default: iepsSquare


Example

IEColorCurve1.PointShape := iepsCircle;
IEColorCurve1.PointColor := clRed;
IEColorCurve1.PointFill  := clYellow;
IEColorCurve1.PointSize  := 10;
IEColorCurve1.Update();


See Also

 PointColor
 PointSize