PMS32 Online- Hilfereferenz

MY.GDI.DRAWING.RECTANGLEF

RectangleF - Mehreck unter Windows


Hilfe: GDI Method or Property
Mehreck unter Windows


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

Memberliste von RectangleF


Liste der Methoden von RectangleF


Contains() - GDI Method or Property

Rückgabe:[Boolean], Determines if the specified point is contained within this RectangleF structure.
Hilfeinformation
Rückgabe:[Boolean], Determines if the specified point is contained within this RectangleF structure.

Aufrufinformation
Boolean = My.GDI.Drawing.RectangleF.Contains(tnX, tnY)
Boolean = My.GDI.Drawing.RectangleF.Contains(tnX,tnY)
Codeinformation


FromLTRB() - GDI Method or Property

Rückgabe:[Boolean], Creates a RectangleF structure with upper-left corner and lower-right corner at the specified locations.
Hilfeinformation
Rückgabe:[Boolean], Creates a RectangleF structure with upper-left corner and lower-right corner at the specified locations.

Aufrufinformation
Boolean = My.GDI.Drawing.RectangleF.FromLTRB(tnLeft, tnTop, tnRight, tnBottom)
Boolean = My.GDI.Drawing.RectangleF.FromLTRB(tnLeft,tnTop,tnRight,tnBottom)
Codeinformation


GetExtent() - GDI Method or Property

Rückgabe:[VOID], Gibt X, Y, Breite und Höhe zurück
Hilfeinformation
Rückgabe:[VOID], Gibt X, Y, Breite und Höhe zurück

Aufrufinformation
VOID = My.GDI.Drawing.RectangleF.GetExtent(tnX AS INTEGER @, tnY AS INTEGER @, tnWidth AS INTEGER @, tnHeight AS INTEGER @)
VOID = My.GDI.Drawing.RectangleF.GetExtent(@tnX,@tnY,@tnWidth,@tnHeight)
Codeinformation


Inflate() - GDI Method or Property

Rückgabe:[Variant], Inflates this RectangleF by the specified amount.
Hilfeinformation
Rückgabe:[Variant], Inflates this RectangleF by the specified amount.

Aufrufinformation
Variant = My.GDI.Drawing.RectangleF.Inflate(tnX, tnY, tnP3)
Variant = My.GDI.Drawing.RectangleF.Inflate(tnX,tnY,tnP3)
Codeinformation


Intersect() - GDI Method or Property

Rückgabe:[Object], Returns a RectangleF structure that represents the intersection of two rectangles. If there is no intersection, null is returned.
Hilfeinformation
Rückgabe:[Object], Returns a RectangleF structure that represents the intersection of two rectangles. If there is no intersection, null is returned.

Aufrufinformation
Object = My.GDI.Drawing.RectangleF.Intersect(toRectA AS xfcRectangleF, toRectB AS xfcRectangleF)
Object = My.GDI.Drawing.RectangleF.Intersect(toRectA,toRectB)
Codeinformation


IntersectsWith() - GDI Method or Property

Rückgabe:[Boolean], Determines if this rectangle intersects with rect.
Hilfeinformation
Rückgabe:[Boolean], Determines if this rectangle intersects with rect.

Aufrufinformation
Boolean = My.GDI.Drawing.RectangleF.IntersectsWith(toRect AS xfcRectangleF)
Boolean = My.GDI.Drawing.RectangleF.IntersectsWith(toRect)
Codeinformation


NewArray() - GDI Method or Property

Rückgabe:[Object], Erzeugt ein Array mit RectangleF Objekten
Hilfeinformation
Rückgabe:[Object], Erzeugt ein Array mit RectangleF Objekten

Aufrufinformation
Object = My.GDI.Drawing.RectangleF.NewArray(tnX, tnY, tnWidth, tnHeight)
Object = My.GDI.Drawing.RectangleF.NewArray(tnX,tnY,tnWidth,tnHeight)
Codeinformation


Offset() - GDI Method or Property

Rückgabe:[VOID], Adjusts the location of this rectangle by the specified amount.
Hilfeinformation
Rückgabe:[VOID], Adjusts the location of this rectangle by the specified amount.

Aufrufinformation
VOID = My.GDI.Drawing.RectangleF.Offset(tnX, tnY)
VOID = My.GDI.Drawing.RectangleF.Offset(tnX,tnY)
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.RectangleF.ToString()
Codeinformation
LOCAL lcString AS String
*/ Rückgabe eines lesbaren Strings
lcString = My.GDI.Drawing.RectangleF.ToString()
=MESSAGEBOX(m.lcString,64,"Info...")

ToVarbinary() - Nach Binär

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

Aufrufinformation
Single = My.GDI.Drawing.RectangleF.ToVarbinary(taRect AS xfcRectangleF, tiCount)
Single = My.GDI.Drawing.RectangleF.ToVarbinary(taRect,tiCount)
Codeinformation


Union() - GDI Method or Property

Rückgabe:[Object], Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.
Hilfeinformation
Rückgabe:[Object], Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.

Aufrufinformation
Object = My.GDI.Drawing.RectangleF.Union(toRectA AS xfcRectangleF, toRectB AS xfcRectangleF)
Object = My.GDI.Drawing.RectangleF.Union(toRectA,toRectB)
Codeinformation


Liste der Properties von RectangleF


Bottom - GDI Method or Property

Gets the y-coordinate of the bottom edge of this RectangleF structure.
Hilfeinformation
Gets the y-coordinate of the bottom edge of this RectangleF structure.

Aufrufinformation
Number = My.GDI.Drawing.RectangleF.Bottom
Codeinformation


IsEmpty - GDI Method or Property

Tests whether all numeric properties of this RectangleF have values of zero.
Hilfeinformation
Tests whether all numeric properties of this RectangleF have values of zero.

Aufrufinformation
Number = My.GDI.Drawing.RectangleF.IsEmpty
Codeinformation


Location - GDI Method or Property

Gets or sets the coordinates of the upper-left corner of this RectangleF structure.
Hilfeinformation
Gets or sets the coordinates of the upper-left corner of this RectangleF structure.

Aufrufinformation
Boolean = My.GDI.Drawing.RectangleF.Location
Codeinformation


Right - GDI Method or Property

Gets the x-coordinate of the right edge of this RectangleF structure.
Hilfeinformation
Gets the x-coordinate of the right edge of this RectangleF structure.

Aufrufinformation
R = My.GDI.Drawing.RectangleF.Right
Codeinformation


Size - GDI Method or Property

Gets or sets the size of this RectangleF.
Hilfeinformation
Gets or sets the size of this RectangleF.

Aufrufinformation
S = My.GDI.Drawing.RectangleF.Size
Codeinformation


X - GDI Method or Property

Gets or sets the x-coordinate of the upper-left corner of this RectangleF structure.
Hilfeinformation
Gets or sets the x-coordinate of the upper-left corner of this RectangleF structure.

Aufrufinformation
X = My.GDI.Drawing.RectangleF.X
Codeinformation


Y - GDI Method or Property

Gets or sets the y-coordinate of the upper-left corner of this RectangleF structure.
Hilfeinformation
Gets or sets the y-coordinate of the upper-left corner of this RectangleF structure.

Aufrufinformation
Number = My.GDI.Drawing.RectangleF.Y
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.RectangleF.cMethod
Codeinformation
*/ Abruf...
WAIT WINDOW My.GDI.Drawing.RectangleF.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.RectangleF.nError
Codeinformation
WAIT WINDOW My.GDI.Drawing.RectangleF.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.RectangleF.nLine
Codeinformation
WAIT WINDOW My.GDI.Drawing.RectangleF.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