Changeset 58 for trunk/UGame.pas
- Timestamp:
- Sep 25, 2014, 3:24:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UGame.pas
r56 r58 540 540 Points[I] := Point(Trunc(FPoints[I].X + Pos.X), Trunc(FPoints[I].Y + Pos.Y)); 541 541 with Canvas do begin 542 Brush.Style := bsSolid; 542 543 Polygon(Points); 543 544 Brush.Style := bsClear; … … 660 661 for I := 0 to Length(Points) - 1 do 661 662 Points[I] := View.CellToCanvasPos(Cell.Polygon[I]); 662 663 Brush.Style := bsSolid; 663 664 Polygon(Points, False, 0, Length(Points)); 664 665 Pen.Style := psSolid;
Note:
See TracChangeset
for help on using the changeset viewer.