Difference between revisions of "TMetafile / TMetafileCanvas"

From Lazarus wiki
Jump to navigationJump to search
(→‎Download: added link to sf.)
Line 21: Line 21:
 
   
 
   
 
=== Download ===
 
=== Download ===
The latest stable release can be found on ''link to the lazarus-ccr sf download location''.
+
The latest stable release can be found on [http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=220261 lazarus-ccr sf download site].
  
 
=== Change Log ===
 
=== Change Log ===

Revision as of 23:08, 31 January 2007

About

TMetafile / TMetafileCanvas is a implementation of the Windows EnhMetafile API. It is supposed to be Delphi Compatible.

This components implement TMetafile/TMetafileCanvas using Enhanced Metafiles (support for WMF was droped).

The download contains the component, an installation package and a demo application, that illustrates the features of the component.

Screenshot

Here is an exemple of TMetafile drawn on a Form (in windows).

TMetafile.jpg

Author

Luís Rodrigues

License

LGPL (please contact the author if the LGPL doesn't work with your project licensing)

Download

The latest stable release can be found on lazarus-ccr sf download site.

Change Log

  • Version 1.0 date

Dependencies / System Requirements

  • Lazarus 0.9.20+ and FPC 2.0.4+ (most probably older versions will work too)

Status: Beta

Issues: Saveto* LoadFrom* not implemented, only works on windows

Installation

  • Download the package from sourceforge and unzip it anywhere you want.

The TMetafile Example Application

Installation

  • Open Sample/Project1.lpi
  • compile
  • run