TMetafile / TMetafileCanvas

From Free Pascal wiki
Revision as of 19:12, 31 January 2007 by Lfrodrigues (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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).

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 link to the lazarus-ccr sf download location.

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 My Component Example Application

Installation

  • Open TestMetafile.lpi
  • compile
  • run