PMS32 Online- Hilfereferenz

MY.GDI.DRAWING.IMAGING.METAFILEHEADER

MetaFileHeader - Diese Member ist nicht genauer definiert. Bitte in der entsprechenden Klasse nachsehen. => xfcMetaFileHeader


Hilfe: GDI Method or Property
Diese Member ist nicht genauer definiert. Bitte in der entsprechenden Klasse nachsehen. => xfcMetaFileHeader


Code: GDI Method or Property
*/ Kurzbeispiel für den Zugriff auf diese Struktur
*/ Der Zugriff erfolgt über: My.GDI.Drawing.Imaging.MetaFileHeader
*/ Wird dieses Objekt in einem REPLACE oder einer Schleife SCAN ... ENDSCAN | FOR ... NEXT benötigt
*/ so sollte vor der Schleife die Objektstruktur in eine Variable geholt werden!
*/ Die Ausführungsgeschwindigkeit wird dadurch sehr vergrößert!
*/ Beispiel:
*/ Definieren einer LOKALEN Variablen
LOCAL loMetaFileHeader AS My.GDI.Drawing.Imaging.MetaFileHeader
*/ Setzen der Variablen
loMetaFileHeader = My.GDI.Drawing.Imaging.MetaFileHeader
*/ Jetzt erst die Schleifen durchlaufen... man beachte ALL, dass können ne Menge Sätze sein...
REPLACE ALL Feldname1 WITH loMetaFileHeader.Function1(),Feldname2 WITH loMetaFileHeader.Function1(), ...
*/ Oder in einer Schleife...
SCAN
	lvValue = loMetaFileHeader.Function(Alias.Spalte) + 25
	lvValue = loMetaFileHeader.Function2(m.lvValue)
	REPLACE Feldname WITH m.lvValue,...
ENDSCAN
*/ Es sind auch geschachtelte Aufrufe möglich...

Memberliste von MetaFileHeader


Liste der Methoden von MetaFileHeader


IsDisplay() - GDI Method or Property

Rückgabe:[Boolean], Returns a value that indicates whether the associated Metafile object is device dependent.
Hilfeinformation
Rückgabe:[Boolean], Returns a value that indicates whether the associated Metafile object is device dependent.

Aufrufinformation
Boolean = My.GDI.Drawing.Imaging.MetaFileHeader.IsDisplay()
Codeinformation


IsEmf() - GDI Method or Property

Rückgabe:[Boolean], Returns a value that indicates whether the associated Metafile object is in the Windows enhanced metafile format.
Hilfeinformation
Rückgabe:[Boolean], Returns a value that indicates whether the associated Metafile object is in the Windows enhanced metafile format.

Aufrufinformation
Boolean = My.GDI.Drawing.Imaging.MetaFileHeader.IsEmf()
Codeinformation


IsEmfOrEmfPlus() - GDI Method or Property

Rückgabe:[Boolean], Returns a value that indicates whether the associated Metafile object is in the Windows enhanced metafile format or the Windows enhanced metafile plus format.
Hilfeinformation
Rückgabe:[Boolean], Returns a value that indicates whether the associated Metafile object is in the Windows enhanced metafile format or the Windows enhanced metafile plus format.

Aufrufinformation
Boolean = My.GDI.Drawing.Imaging.MetaFileHeader.IsEmfOrEmfPlus()
Codeinformation


IsEmfPlus() - GDI Method or Property

Rückgabe:[Boolean], eturns a value that indicates whether the associated Metafile object is in the Windows enhanced metafile plus format.
Hilfeinformation
Rückgabe:[Boolean], eturns a value that indicates whether the associated Metafile object is in the Windows enhanced metafile plus format.

Aufrufinformation
Boolean = My.GDI.Drawing.Imaging.MetaFileHeader.IsEmfPlus()
Codeinformation


IsEmfPlusDual() - GDI Method or Property

Rückgabe:[Boolean], Returns a value that indicates whether the associated Metafile object is in the Dual enhanced metafile format. This format supports both the enhanced and the enhanced plus format.
Hilfeinformation
Rückgabe:[Boolean], Returns a value that indicates whether the associated Metafile object is in the Dual enhanced metafile format. This format supports both the enhanced and the enhanced plus format.

Aufrufinformation
Boolean = My.GDI.Drawing.Imaging.MetaFileHeader.IsEmfPlusDual()
Codeinformation


IsEmfPlusOnly() - GDI Method or Property

Rückgabe:[Boolean], Returns a value that indicates whether the associated Metafile object supports only the Windows enhanced metafile plus format.
Hilfeinformation
Rückgabe:[Boolean], Returns a value that indicates whether the associated Metafile object supports only the Windows enhanced metafile plus format.

Aufrufinformation
Boolean = My.GDI.Drawing.Imaging.MetaFileHeader.IsEmfPlusOnly()
Codeinformation


IsWmf() - GDI Method or Property

Rückgabe:[Boolean], Returns a value that indicates whether the associated Metafile object is in the Windows metafile format.
Hilfeinformation
Rückgabe:[Boolean], Returns a value that indicates whether the associated Metafile object is in the Windows metafile format.

Aufrufinformation
Boolean = My.GDI.Drawing.Imaging.MetaFileHeader.IsWmf()
Codeinformation


IsWmfPlaceable() - GDI Method or Property

Rückgabe:[Boolean], Returns a value that indicates whether the associated Metafile object is in the Windows placeable metafile format.
Hilfeinformation
Rückgabe:[Boolean], Returns a value that indicates whether the associated Metafile object is in the Windows placeable metafile format.

Aufrufinformation
Boolean = My.GDI.Drawing.Imaging.MetaFileHeader.IsWmfPlaceable()
Codeinformation


Liste der Properties von MetaFileHeader


BaseName - Basisname

Name der Basisklasse in der GDI Struktur
Hilfeinformation
Name der Basisklasse in der GDI Struktur

Aufrufinformation
Number = My.GDI.Drawing.Imaging.MetaFileHeader.BaseName
Codeinformation
WAIT WINDOW My.GDI.Drawing.Imaging.MetaFileHeader.BaseName

Bounds - GDI Method or Property

Gets a Rectangle structure that bounds the associated Metafile object.
Hilfeinformation
Gets a Rectangle structure that bounds the associated Metafile object.

Aufrufinformation
Number = My.GDI.Drawing.Imaging.MetaFileHeader.Bounds
Codeinformation


DpiX - GDI Method or Property

Gets the horizontal resolution, in dots per inch, of the associated Metafile object.
Hilfeinformation
Gets the horizontal resolution, in dots per inch, of the associated Metafile object.

Aufrufinformation
Date = My.GDI.Drawing.Imaging.MetaFileHeader.DpiX
Codeinformation


DpiY - GDI Method or Property

Gets the vertical resolution, in dots per inch, of the associated Metafile object.
Hilfeinformation
Gets the vertical resolution, in dots per inch, of the associated Metafile object.

Aufrufinformation
Date = My.GDI.Drawing.Imaging.MetaFileHeader.DpiY
Codeinformation


EmfPlusHeaderSize - GDI Method or Property

Gets the size, in bytes, of the enhanced metafile plus header file.
Hilfeinformation
Gets the size, in bytes, of the enhanced metafile plus header file.

Aufrufinformation
E = My.GDI.Drawing.Imaging.MetaFileHeader.EmfPlusHeaderSize
Codeinformation


LogicalDpiX - GDI Method or Property

Gets the logical horizontal resolution, in dots per inch, of the associated Metafile object.
Hilfeinformation
Gets the logical horizontal resolution, in dots per inch, of the associated Metafile object.

Aufrufinformation
Boolean = My.GDI.Drawing.Imaging.MetaFileHeader.LogicalDpiX
Codeinformation


LogicalDpiY - GDI Method or Property

Gets the logical vertical resolution, in dots per inch, of the associated Metafile object.
Hilfeinformation
Gets the logical vertical resolution, in dots per inch, of the associated Metafile object.

Aufrufinformation
Boolean = My.GDI.Drawing.Imaging.MetaFileHeader.LogicalDpiY
Codeinformation


MetafileSize - GDI Method or Property

Gets the size, in bytes, of the associated Metafile object.
Hilfeinformation
Gets the size, in bytes, of the associated Metafile object.

Aufrufinformation
String = My.GDI.Drawing.Imaging.MetaFileHeader.MetafileSize
Codeinformation


Type - GDI Method or Property

Gets the type of the associated Metafile object.
Hilfeinformation
Gets the type of the associated Metafile object.

Aufrufinformation
DateTime = My.GDI.Drawing.Imaging.MetaFileHeader.Type
Codeinformation


Version - Version

Gibt die Versionsnummer des integrierten MetaFileObjekts zurück
Hilfeinformation
Gibt die Versionsnummer des integrierten MetaFileObjekts zurück

Aufrufinformation
String = My.GDI.Drawing.Imaging.MetaFileHeader.Version
Codeinformation
LOCAL lcVersion AS String
*/ Version der integrierten GDI Klasse
lcVersion = My.GDI.Drawing.Imaging.MetaFileHeader.Version

WmfHeader - GDI Method or Property

Gets the WMF header file for the associated Metafile object.
Hilfeinformation
Gets the WMF header file for the associated Metafile object.

Aufrufinformation
String = My.GDI.Drawing.Imaging.MetaFileHeader.WmfHeader
Codeinformation


cMethod - Methode des Fehlers

Methode in der der letzte Fehler auftrat.
Hilfeinformation
Methode in der der letzte Fehler auftrat.
Aufbau: [Fehlernummer] [Methode] [Zeilennummer] [Message]

Aufrufinformation
String = My.GDI.Drawing.Imaging.MetaFileHeader.cMethod
Codeinformation
*/ Abruf...
WAIT WINDOW My.GDI.Drawing.Imaging.MetaFileHeader.cMethod

nError - Fehlernummer d. Fehlers

Fehlernummer des letzten Fehlers.
Hilfeinformation
Fehlernummer des letzten Fehlers.
Ist der Wert kleiner null, so handelt es sich um einen logischen Fehler.

Aufrufinformation
Number = My.GDI.Drawing.Imaging.MetaFileHeader.nError
Codeinformation
WAIT WINDOW My.GDI.Drawing.Imaging.MetaFileHeader.nError

nLine - Zeilennummer d. Fehlers

Zeilennummer, in der der letzte Fehler auftrat
Hilfeinformation
Zeilennummer, in der der letzte Fehler auftrat

Aufrufinformation
Number = My.GDI.Drawing.Imaging.MetaFileHeader.nLine
Codeinformation
WAIT WINDOW My.GDI.Drawing.Imaging.MetaFileHeader.nLine


Siehe auch : Hauptmenü /  Hauptindex /  Such Index /  Cursor Index /  Programm Module /  Tabellen Index /  Tabellenmodule /  Masken Index /  Programmcode Index /  Servicepacks /  My.Struktur /  Funktionen /  Sonstiges Index

Lokale Benutzerhilfe : Meine eigene Hilfe /  Zurück zur PMS32 - Hilfe


Dateiversion:1.0.04#3648 - H.U.DD#SSFF 02.12.2022  Senden Sie Ihren Kommentar zu diesem Thema an das Entwicklungsteam von PMS32  Weitere Informationen finden Sie unter der aktuellen PMS32 WEB-Hilfe
Die Informationen dieser Mitteilung sind vertraulich und nur für Sie bestimmt. Unbefugtes Weiterleiten,  Veröffentlichen, Kopieren usw. sind untersagt und werden gerichtlich verfolgt.  © PMS Compelec GmbH 2022 ® el-Projekt