PMS32 Online- Hilfereferenz

MY.GDI.DRAWING.ROTATEFLIPTYPE

RotateFlipType - Wert:[Object], Drehung und Spiegelung unter Windows


Hilfe: GDI Method or Property
Wert:[Object], Drehung und Spiegelung unter Windows


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

Memberliste von RotateFlipType


Liste der Methoden von RotateFlipType


Liste der Properties von RotateFlipType


Rotate180FlipNone -

[Variant], Property-Value:Rotate180FlipNone See in INIT()
Hilfeinformation

Aufrufinformation
Variant = My.GDI.Drawing.RotateFlipType.Rotate180FlipNone
Codeinformation


Rotate180FlipX -

[Variant], Property-Value:Rotate180FlipX See in INIT()
Hilfeinformation

Aufrufinformation
Variant = My.GDI.Drawing.RotateFlipType.Rotate180FlipX
Codeinformation


Rotate180FlipXY -

[Variant], Property-Value:Rotate180FlipXY See in INIT()
Hilfeinformation

Aufrufinformation
Variant = My.GDI.Drawing.RotateFlipType.Rotate180FlipXY
Codeinformation


Rotate180FlipY -

[Variant], Property-Value:Rotate180FlipY See in INIT()
Hilfeinformation

Aufrufinformation
Variant = My.GDI.Drawing.RotateFlipType.Rotate180FlipY
Codeinformation


Rotate270FlipNone -

[Variant], Property-Value:Rotate270FlipNone See in INIT()
Hilfeinformation

Aufrufinformation
Variant = My.GDI.Drawing.RotateFlipType.Rotate270FlipNone
Codeinformation


Rotate270FlipX -

[Variant], Property-Value:Rotate270FlipX See in INIT()
Hilfeinformation

Aufrufinformation
Variant = My.GDI.Drawing.RotateFlipType.Rotate270FlipX
Codeinformation


Rotate270FlipXY -

[Variant], Property-Value:Rotate270FlipXY See in INIT()
Hilfeinformation

Aufrufinformation
Variant = My.GDI.Drawing.RotateFlipType.Rotate270FlipXY
Codeinformation


Rotate270FlipY -

[Variant], Property-Value:Rotate270FlipY See in INIT()
Hilfeinformation

Aufrufinformation
Variant = My.GDI.Drawing.RotateFlipType.Rotate270FlipY
Codeinformation


Rotate90FlipNone -

[Variant], Property-Value:Rotate90FlipNone See in INIT()
Hilfeinformation

Aufrufinformation
Variant = My.GDI.Drawing.RotateFlipType.Rotate90FlipNone
Codeinformation


Rotate90FlipX -

[Variant], Property-Value:Rotate90FlipX See in INIT()
Hilfeinformation

Aufrufinformation
Variant = My.GDI.Drawing.RotateFlipType.Rotate90FlipX
Codeinformation


Rotate90FlipXY -

[Variant], Property-Value:Rotate90FlipXY See in INIT()
Hilfeinformation

Aufrufinformation
Variant = My.GDI.Drawing.RotateFlipType.Rotate90FlipXY
Codeinformation


Rotate90FlipY -

[Variant], Property-Value:Rotate90FlipY See in INIT()
Hilfeinformation

Aufrufinformation
Variant = My.GDI.Drawing.RotateFlipType.Rotate90FlipY
Codeinformation


RotateNoneFlipNone -

[Variant], Property-Value:RotateNoneFlipNone See in INIT()
Hilfeinformation

Aufrufinformation
Variant = My.GDI.Drawing.RotateFlipType.RotateNoneFlipNone
Codeinformation


RotateNoneFlipX -

[Variant], Property-Value:RotateNoneFlipX See in INIT()
Hilfeinformation

Aufrufinformation
Variant = My.GDI.Drawing.RotateFlipType.RotateNoneFlipX
Codeinformation


RotateNoneFlipXY -

[Variant], Property-Value:RotateNoneFlipXY See in INIT()
Hilfeinformation

Aufrufinformation
Variant = My.GDI.Drawing.RotateFlipType.RotateNoneFlipXY
Codeinformation


RotateNoneFlipY -

[Variant], Property-Value:RotateNoneFlipY See in INIT()
Hilfeinformation

Aufrufinformation
Variant = My.GDI.Drawing.RotateFlipType.RotateNoneFlipY
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.RotateFlipType.cMethod
Codeinformation
*/ Abruf...
WAIT WINDOW My.GDI.Drawing.RotateFlipType.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.RotateFlipType.nError
Codeinformation
WAIT WINDOW My.GDI.Drawing.RotateFlipType.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.RotateFlipType.nLine
Codeinformation
WAIT WINDOW My.GDI.Drawing.RotateFlipType.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