Changeset 25 for branches/gbitmap/Packages/FastGraphics/UGGraphics.pas
- Timestamp:
- Dec 22, 2016, 2:34:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gbitmap/Packages/FastGraphics/UGGraphics.pas
r24 r25 192 192 ((Canvas as TGCanvas<TGColor>).Bitmap as TGPixmap<TGColor>).Pixels[Trunc(Position.X + I * (Pos.X - Position.X) / Len), 193 193 Trunc(Position.Y + I * (Pos.Y - Position.Y) / Len)] := Color; 194 Position := Pos; 194 195 end; 195 196
Note:
See TracChangeset
for help on using the changeset viewer.