Delphi GDI+ Library
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Delphi GDI+ Library相关的知识,希望对你有一定的参考价值。
GDI+ Library
This library enables GDI+ functionality for Delphi 2009 and later. It differs from other Delphi GDI+ libraries in the following ways:
It is modeled more after the .NET System.Drawing namespace instead of the C++ GDI+ classes. As a result, this library is a bit more high level and easier to use.
It uses object interfaces for automatic memory management and ease of use. You don‘t have to keep track of your graphics objects anymore.
It uses exceptions instead of error codes to handle errors the Delphi way.
It comes with sample applications that demonstrate the usage of GDI+ through examples from the Windows Platform SDK.
It supports the GDI+ version 1.1 extensions that were added with Windows Vista and certain Office versions.
Optionally provides class helpers for interoperability with Delphi‘s TBitmap and TCanvas.
Code:
http://www.bilsen.com/gdiplus/index.shtml
https://github.com/yavfast/dbg-spider
以上是关于Delphi GDI+ Library的主要内容,如果未能解决你的问题,请参考以下文章