Changeset 21 for branches/Xvcl/Drivers/Driver.VideoVCL.pas
- Timestamp:
- May 8, 2013, 12:53:50 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Xvcl/Drivers/Driver.VideoVCL.pas
r20 r21 61 61 clGreen: Result := Vcl.Graphics.clGreen; 62 62 clRed: Result := Vcl.Graphics.clRed; 63 clSilver: Result := Vcl.Graphics.clSilver; 64 clGray: Result := Vcl.Graphics.clGray; 63 65 end; 64 66 end; … … 85 87 procedure TVideoDeviceVCL.TextOut(Position: TPoint; Text: string); 86 88 begin 87 CanvasVCL.Brush. Color := clNone;89 CanvasVCL.Brush.Style := bsClear; 88 90 CanvasVCL.TextOut(Position.X, Position.Y, Text); 89 91 end;
Note:
See TracChangeset
for help on using the changeset viewer.