ImageEn, unit iexColorCurve

TIEColorCurve.PointShape

TIEColorCurve.PointShape


Declaration

property PointShape: TIEShape;


Description

Specifies the shape of the adjustment points on the curve.

Note: You must call Update after changing point properties.

Default: iesRectangle


Example

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


Compatibility Information

Prior to v14.0.0, PointShape was of type TIEPointShape. For iepsSquare use iesRectangle, for iepsCircle use iesEllipse.


See Also

PointColor
PointSize