PMS32 Online- Hilfereferenz

MY.GDI.DRAWING.IMAGING.WMFPLACEABLEFILEHEADER

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


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


Code: GDI Method or Property
*/ Kurzbeispiel für den Zugriff auf diese Struktur
*/ Der Zugriff erfolgt über: My.GDI.Drawing.Imaging.WmfPlaceableFileHeader
*/ 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 loWmfPlaceableFileHeader AS My.GDI.Drawing.Imaging.WmfPlaceableFileHeader
*/ Setzen der Variablen
loWmfPlaceableFileHeader = My.GDI.Drawing.Imaging.WmfPlaceableFileHeader
*/ Jetzt erst die Schleifen durchlaufen... man beachte ALL, dass können ne Menge Sätze sein...
REPLACE ALL Feldname1 WITH loWmfPlaceableFileHeader.Function1(),Feldname2 WITH loWmfPlaceableFileHeader.Function1(), ...
*/ Oder in einer Schleife...
SCAN
	lvValue = loWmfPlaceableFileHeader.Function(Alias.Spalte) + 25
	lvValue = loWmfPlaceableFileHeader.Function2(m.lvValue)
	REPLACE Feldname WITH m.lvValue,...
ENDSCAN
*/ Es sind auch geschachtelte Aufrufe möglich...

Memberliste von WmfPlaceableFileHeader


Liste der Methoden von WmfPlaceableFileHeader


ToVarbinary() - Nach Binär

Wandelt einen String in eine binäre Zeichenfolge um
Hilfeinformation
Wandelt einen String in eine binäre Zeichenfolge um

Aufrufinformation
String = My.GDI.Drawing.Imaging.WmfPlaceableFileHeader.ToVarbinary()
Codeinformation


Liste der Properties von WmfPlaceableFileHeader


BaseName - Basisname

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

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

BboxBottom - GDI Method or Property

Gets or sets the y-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.
Hilfeinformation
Gets or sets the y-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.

Aufrufinformation
Number = My.GDI.Drawing.Imaging.WmfPlaceableFileHeader.BboxBottom
Codeinformation


BboxLeft - GDI Method or Property

Gets or sets the x-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.
Hilfeinformation
Gets or sets the x-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.

Aufrufinformation
Number = My.GDI.Drawing.Imaging.WmfPlaceableFileHeader.BboxLeft
Codeinformation


BboxRight - GDI Method or Property

Gets or sets the x-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.
Hilfeinformation
Gets or sets the x-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.

Aufrufinformation
Number = My.GDI.Drawing.Imaging.WmfPlaceableFileHeader.BboxRight
Codeinformation


BboxTop - GDI Method or Property

Gets or sets the y-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.
Hilfeinformation
Gets or sets the y-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.

Aufrufinformation
Number = My.GDI.Drawing.Imaging.WmfPlaceableFileHeader.BboxTop
Codeinformation


Checksum - GDI Method or Property

Gets or sets the checksum value for the previous ten WORD s in the header.
Hilfeinformation
Gets or sets the checksum value for the previous ten WORD s in the header.

Aufrufinformation
String = My.GDI.Drawing.Imaging.WmfPlaceableFileHeader.Checksum
Codeinformation


Hmf - GDI Method or Property

Gets or sets the handle of the metafile in memory.
Hilfeinformation
Gets or sets the handle of the metafile in memory.

Aufrufinformation
H = My.GDI.Drawing.Imaging.WmfPlaceableFileHeader.Hmf
Codeinformation


Inch - GDI Method or Property

Gets or sets the number of twips per inch.
Hilfeinformation
Gets or sets the number of twips per inch.

Aufrufinformation
Number = My.GDI.Drawing.Imaging.WmfPlaceableFileHeader.Inch
Codeinformation


Key - GDI Method or Property

Gets or sets a value indicating the presence of a placeable metafile header.
Hilfeinformation
Gets or sets a value indicating the presence of a placeable metafile header.

Aufrufinformation
K = My.GDI.Drawing.Imaging.WmfPlaceableFileHeader.Key
Codeinformation


Reserved - GDI Method or Property

Reserved. Do not use.
Hilfeinformation
Reserved. Do not use.

Aufrufinformation
R = My.GDI.Drawing.Imaging.WmfPlaceableFileHeader.Reserved
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.WmfPlaceableFileHeader.cMethod
Codeinformation
*/ Abruf...
WAIT WINDOW My.GDI.Drawing.Imaging.WmfPlaceableFileHeader.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.WmfPlaceableFileHeader.nError
Codeinformation
WAIT WINDOW My.GDI.Drawing.Imaging.WmfPlaceableFileHeader.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.WmfPlaceableFileHeader.nLine
Codeinformation
WAIT WINDOW My.GDI.Drawing.Imaging.WmfPlaceableFileHeader.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