ImageEn, unit iexColorCurve

TIEColorCurve.PointSize

TIEColorCurve.PointSize

Declaration

property PointSize: Integer;

Description

Specifies the size of the adjustment points on the curve.

Note: You must call Update after changing point properties.

Default: 8

Example

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

See Also

PointColor
PointShape