Die Attributfunktion CreateMetafile erzeugt ein neues Metafile.
Syntax | ||||
CreateMetafile(Width, Height, Unit [, Description][, LanguageID]) | ||||
Rückgabewert | ||||
Kein | ||||
Parameter | ||||
Verwendung |
Name |
Typ |
Übergabe |
Beschreibung |
Erforderlich |
Width |
Long |
ByVal |
Breite |
Erforderlich |
Height |
Long |
ByVal |
Höhe |
Erforderlich |
Unit |
MetaFrameUnits |
ByVal |
Einheitensystem |
Optional |
Description |
String |
ByVal |
Bildbezeichnung |
Optional |
LanguageID |
String |
ByVal |
Sprachen-ID des Bildes, welches verwendet
werden soll |
MetaFrameUnits |
Beschreibung |
2 – MetafileFrameUnitPixel |
Beschreibung steht aus |
3 – MetafileFrameUnitPoint |
Beschreibung steht aus |
4 – MetafileFrameUnitInch |
Beschreibung steht aus |
1 – MetafileFrameUnitDocument |
Beschreibung steht aus |
1 – MetafileFrameUnitMillimeter |
Beschreibung steht aus |
1 – MetafileFrameUnitGDI |
Beschreibung steht aus |