PMS32 Online- Hilfereferenz

MY.GDI.DRAWING.IMAGING.BITMAPDATA

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


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


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

Memberliste von BitmapData


Liste der Methoden von BitmapData


Equals() - Objektvergleich

Vergleicht zwei Objekte und gibt .T. zurück wenn übereinstimmend
Hilfeinformation
Vergleicht zwei Objekte und gibt .T. zurück wenn übereinstimmend

Aufrufinformation
Boolean = My.GDI.Drawing.Imaging.BitmapData.Equals(toObject1, toObject2)
Boolean = My.GDI.Drawing.Imaging.BitmapData.Equals(toObject1,toObject2)
Codeinformation


GetHashCode() - Schlüssel zurückgeben

Gibt einen Schlüssel für die GDI-Klasse zurück
Hilfeinformation
Gibt einen Schlüssel für die GDI-Klasse zurück

Aufrufinformation
String = My.GDI.Drawing.Imaging.BitmapData.GetHashCode(toObject AS Object)
String = My.GDI.Drawing.Imaging.BitmapData.GetHashCode(toObject)
Codeinformation
LOCAL lcString AS String
*/ Rückgabe eines eindeutigen Suchbegriffs
lcString = My.GDI.Drawing.Imaging.BitmapData.GetHashCode()
=MESSAGEBOX(m.lcString,64,"HashCode...")

MemberwiseClone() - GDI Method or Property

Rückgabe:[Object], erzeugt einen Clone bzw. ein Objekt
Hilfeinformation
Rückgabe:[Object], erzeugt einen Clone bzw. ein Objekt

Aufrufinformation
Object = My.GDI.Drawing.Imaging.BitmapData.MemberwiseClone()
Codeinformation


New() - GDI Method or Property

Erzeugt ein Objekt von sich selbst.
Hilfeinformation
Erzeugt ein Objekt von sich selbst.

Aufrufinformation
Variant = My.GDI.Drawing.Imaging.BitmapData.New()
Codeinformation


ReferenceEquals() - GDI Method or Property

Rückgabe:[Boolean], vergleicht zwei Objekte incl. Test auf Objekt
Hilfeinformation
Rückgabe:[Boolean], vergleicht zwei Objekte incl. Test auf Objekt

Aufrufinformation
Boolean = My.GDI.Drawing.Imaging.BitmapData.ReferenceEquals(toObject1, toObject2)
Boolean = My.GDI.Drawing.Imaging.BitmapData.ReferenceEquals(toObject1,toObject2)
Codeinformation


ToVarbinary() - Nach Binär

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

Aufrufinformation
Variant = My.GDI.Drawing.Imaging.BitmapData.ToVarbinary()
Codeinformation


Liste der Properties von BitmapData


BaseName - Basisname

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

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

Height - GDI Method or Property

Specifies the height of an object on the screen.
Hilfeinformation
Specifies the height of an object on the screen.

Aufrufinformation
H = My.GDI.Drawing.Imaging.BitmapData.Height
Codeinformation


PixelFormat - GDI Method or Property

Gets or sets the format of the pixel information in the Bitmap object that returned this BitmapData object.
Hilfeinformation
Gets or sets the format of the pixel information in the Bitmap object that returned this BitmapData object.

Aufrufinformation
P = My.GDI.Drawing.Imaging.BitmapData.PixelFormat
Codeinformation


Reserved - GDI Method or Property

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

Aufrufinformation
R = My.GDI.Drawing.Imaging.BitmapData.Reserved
Codeinformation


Scan0 - GDI Method or Property

Gets or sets the address of the first pixel data in the bitmap. This can also be thought of as the first scan line in the bitmap.
Hilfeinformation
Gets or sets the address of the first pixel data in the bitmap. This can also be thought of as the first scan line in the bitmap.

Aufrufinformation
S = My.GDI.Drawing.Imaging.BitmapData.Scan0
Codeinformation


Stride - GDI Method or Property

Gets or sets the stride width (also called scan width) of the Bitmap object.
Hilfeinformation
Gets or sets the stride width (also called scan width) of the Bitmap object.

Aufrufinformation
S = My.GDI.Drawing.Imaging.BitmapData.Stride
Codeinformation


Width - GDI Method or Property

Specifies the width of an object.
Hilfeinformation
Specifies the width of an object.

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