LCL/TShape: Replace new type TShapePoints by already existing TPointArray

This commit is contained in:
wp_xyz 2023-09-12 18:20:49 +02:00
parent 815e9b0f56
commit 727b27b9bf

View File

@ -268,9 +268,7 @@ type
stTriangle, stTriangleLeft, stTriangleRight, stTriangleDown,
stStar, stStarDown, stPolygon);
TShapePoints = array of TPoint;
TShapePointsEvent = procedure (Sender: TObject; var Points: TShapePoints;
TShapePointsEvent = procedure (Sender: TObject; var Points: TPointArray;
var Winding: Boolean) of object;
TCustomShape = class(TGraphicControl)