Changeset 24 for branches/Xvcl/Xvcl.Graphics.pas
- Timestamp:
- May 8, 2013, 2:53:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Xvcl/Xvcl.Graphics.pas
r23 r24 116 116 function TCanvas.GetVideoDevice: TVideoDevice; 117 117 begin 118 Result := FVideoDevice;118 Result := nil; 119 119 end; 120 120 … … 139 139 begin 140 140 if Assigned(VideoDevice) then VideoDevice.SetPixel(Position, Color); 141 end;142 143 procedure TCanvas.SetVideoDevice(const Value: TVideoDevice);144 begin145 FVideoDevice := Value;146 141 end; 147 142
Note:
See TracChangeset
for help on using the changeset viewer.