英文:
Where can the Delphi version of the Windows.Graphics.Capture API be downloaded?
问题
Google Bard 相信可以按以下方式访问 Windows.Graphics.Capture API 的 Delphi 版本:
> 您可以从 Embarcadero 网站下载 Windows.Graphics.Capture API 的 Delphi 版本,链接如下:"https://www.embarcadero.com/products/rad-studio/delphi/"
这个链接似乎不存在。
BARD 还声称以下链接也是一个下载来源:
> 您可以从以下网站下载 Delphi 的 Windows.Graphics.Capture.pas:
代码段
"https://github.com/Embarcadero/Delphi/tree/master/encapsulations/Windows.Graphics.Capture"
同样,这似乎不是一个有效的 URL 地址。
据说 Windows.Graphics.Capture API 是 Delphi 的后期版本的一部分。
我刚刚安装了 Alexandria 11.3 试用版,但似乎没有包含该单元。
有人知道一个有效的来源吗?
BARD 对这个问题似乎有些妄想,而常规的 Google 搜索没有结果。
英文:
Google Bard is convinced that the Delphi version of the Windows.Graphics.Capture API can be accessed as shown below:
> You can download the Delphi version of the Windows.Graphics.Capture API from the Embarcadero website at the following URL: "https://www.embarcadero.com/products/rad-studio/delphi/"
The URL does not exist.
BARD also claims the following URL is also a download source:
> You can download Windows.Graphics.Capture.pas for Delphi from the following website:
Code snippet
"https://github.com/Embarcadero/Delphi/tree/master/encapsulations/Windows.Graphics.Capture"
Again, doesn't seem to be a valid URL path.
Supposedly, the Windows.Graphics.Capture API is part of later versions of Delphi.
I just installed the Alexandria 11.3 trial version and the unit doesn't appear to be included.
Does anybody know of a valid source?
BARD seems a bit delusional about this issue, and regular Google search is coming up empty.
答案1
得分: 2
以下是要翻译的内容:
"interfaces for the Classes exposed in Windows.Graphics.Capture can be found in WinApi.GraphicsRT.pas, this unit is located in C:\Program Files (x86)\Embarcadero\Studio\22.0\source\rtl\win\winrt"
英文:
interfaces for the Classes exposed in Windows.Graphics.Capture can be found in WinApi.GraphicsRT.pas, this unit is located in C:\Program Files (x86)\Embarcadero\Studio\22.0\source\rtl\win\winrt
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论