PMS32 Online- Hilfereferenz

MY.GDI.DRAWING.IMAGING.IMAGEFORMAT

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


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


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

Memberliste von ImageFormat


Liste der Methoden von ImageFormat


FindEncoder() - GDI Method or Property

Rückgabe:[Object],
Hilfeinformation
Rückgabe:[Object],

Aufrufinformation
Object = My.GDI.Drawing.Imaging.ImageFormat.FindEncoder()
Codeinformation


ToString() - In String umwandeln

Gibt die Daten der GDI Klasse als lesbaren String zurück
Hilfeinformation
Gibt die Daten der GDI Klasse als lesbaren String zurück

Aufrufinformation
String = My.GDI.Drawing.Imaging.ImageFormat.ToString()
Codeinformation
LOCAL lcString AS String
*/ Rückgabe eines lesbaren Strings
lcString = My.GDI.Drawing.Imaging.ImageFormat.ToString()
=MESSAGEBOX(m.lcString,64,"Info...")


Liste der Properties von ImageFormat


BaseName - Basisname

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

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

Bmp - GDI Method or Property

Gets the bitmap image format (BMP).
Hilfeinformation
Gets the bitmap image format (BMP).

Aufrufinformation
Number = My.GDI.Drawing.Imaging.ImageFormat.Bmp
Codeinformation


Emf - GDI Method or Property

Gets the enhanced Windows metafile image format (EMF).
Hilfeinformation
Gets the enhanced Windows metafile image format (EMF).

Aufrufinformation
E = My.GDI.Drawing.Imaging.ImageFormat.Emf
Codeinformation


Exif - GDI Method or Property

Gets the Exchangeable Image File (Exif) format.
Hilfeinformation
Gets the Exchangeable Image File (Exif) format.

Aufrufinformation
E = My.GDI.Drawing.Imaging.ImageFormat.Exif
Codeinformation


Gif - GDI Method or Property

Gets the Graphics Interchange Format (GIF) image format.
Hilfeinformation
Gets the Graphics Interchange Format (GIF) image format.

Aufrufinformation
General = My.GDI.Drawing.Imaging.ImageFormat.Gif
Codeinformation


Guid - GUID der Klasse

Gibt die GUID der Klasse zurück
Hilfeinformation
Gibt die GUID der Klasse zurück

Aufrufinformation
General = My.GDI.Drawing.Imaging.ImageFormat.Guid
Codeinformation
LOCAL lcGUID AS String
*/ Gibt diue GUID der GDI-Klasse zurück
lcGUID = My.GDI.Drawing.Imaging.ImageFormat.Guid

Icon - GDI Method or Property

Gets the Windows icon image format.
Hilfeinformation
Gets the Windows icon image format.

Aufrufinformation
Number = My.GDI.Drawing.Imaging.ImageFormat.Icon
Codeinformation


Jpeg - GDI Method or Property

Gets the Joint Photographic Experts Group (JPEG) image format.
Hilfeinformation
Gets the Joint Photographic Experts Group (JPEG) image format.

Aufrufinformation
J = My.GDI.Drawing.Imaging.ImageFormat.Jpeg
Codeinformation


MemoryBmp - GDI Method or Property

Gets a memory bitmap image format.
Hilfeinformation
Gets a memory bitmap image format.

Aufrufinformation
String = My.GDI.Drawing.Imaging.ImageFormat.MemoryBmp
Codeinformation


Png - GDI Method or Property

Gets the W3C Portable Network Graphics (PNG) image format.
Hilfeinformation
Gets the W3C Portable Network Graphics (PNG) image format.

Aufrufinformation
P = My.GDI.Drawing.Imaging.ImageFormat.Png
Codeinformation


Tiff - GDI Method or Property

Gets the Tag Image File Format (TIFF) image format.
Hilfeinformation
Gets the Tag Image File Format (TIFF) image format.

Aufrufinformation
DateTime = My.GDI.Drawing.Imaging.ImageFormat.Tiff
Codeinformation


Wmf - GDI Method or Property

Gets the Windows metafile (WMF) image format.
Hilfeinformation
Gets the Windows metafile (WMF) image format.

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