码迷,mamicode.com
首页 > Windows程序 > 详细

Delphi GDI+ Library

时间:2016-10-06 07:09:12      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:

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

标签:

原文地址:http://www.cnblogs.com/findumars/p/5933362.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!