PMS32 Online- Hilfereferenz

MY.GDI.DRAWING.RECTANGLE

Rectangle - 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.Rectangle
*/ 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 loRectangle AS My.GDI.Drawing.Rectangle
*/ Setzen der Variablen
loRectangle = My.GDI.Drawing.Rectangle
*/ Jetzt erst die Schleifen durchlaufen... man beachte ALL, dass können ne Menge Sätze sein...
REPLACE ALL Feldname1 WITH loRectangle.Function1(),Feldname2 WITH loRectangle.Function1(), ...
*/ Oder in einer Schleife...
SCAN
	lvValue = loRectangle.Function(Alias.Spalte) + 25
	lvValue = loRectangle.Function2(m.lvValue)
	REPLACE Feldname WITH m.lvValue,...
ENDSCAN
*/ Es sind auch geschachtelte Aufrufe möglich...

Memberliste von Rectangle


Liste der Methoden von Rectangle


Ceiling() - GDI Method or Property

Rückgabe:[Object], Converts the specified RectangleF structure to a Rectangle structure by rounding the RectangleF values to the next higher integer values.
Hilfeinformation
Rückgabe:[Object], Converts the specified RectangleF structure to a Rectangle structure by rounding the RectangleF values to the next higher integer values.

Aufrufinformation
Object = My.GDI.Drawing.Rectangle.Ceiling(toRectF AS xfcRectangleF)
Object = My.GDI.Drawing.Rectangle.Ceiling(toRectF)
Codeinformation


Contains() - GDI Method or Property

Rückgabe:[Boolean], Determines if the specified point is contained within the rectangular region defined by this Rectangle.
Hilfeinformation
Rückgabe:[Boolean], Determines if the specified point is contained within the rectangular region defined by this Rectangle.

Aufrufinformation
Boolean = My.GDI.Drawing.Rectangle.Contains(tiX, tiY, tiWidth, tiHeight)
Boolean = My.GDI.Drawing.Rectangle.Contains(tiX,tiY,tiWidth,tiHeight)
Codeinformation


FromLTRB() - GDI Method or Property

Rückgabe:[Object], Creates a Rectangle structure with the specified edge locations.
Hilfeinformation
Rückgabe:[Object], Creates a Rectangle structure with the specified edge locations.

Aufrufinformation
Object = My.GDI.Drawing.Rectangle.FromLTRB(tiLeft, tiTop, tiRight, tiBottom)
Object = My.GDI.Drawing.Rectangle.FromLTRB(tiLeft,tiTop,tiRight,tiBottom)
Codeinformation


GetExtent() - GDI Method or Property

Rückgabe:[VOID], Gibt die Eckwerte eines Vierecks zurück
Hilfeinformation
Rückgabe:[VOID], Gibt die Eckwerte eines Vierecks zurück

Aufrufinformation
VOID = My.GDI.Drawing.Rectangle.GetExtent(tiX AS INTEGER @, tiY AS INTEGER @, tiWidth AS INTEGER @, tiHeight AS INTEGER @)
VOID = My.GDI.Drawing.Rectangle.GetExtent(@tiX,@tiY,@tiWidth,@tiHeight)
Codeinformation


Inflate() - GDI Method or Property

Rückgabe:[Object], Creates and returns an inflated copy of the specified Rectangle structure. The copy is inflated by the specified amount.
Hilfeinformation
Rückgabe:[Object], Creates and returns an inflated copy of the specified Rectangle structure. The copy is inflated by the specified amount.

Aufrufinformation
Object = My.GDI.Drawing.Rectangle.Inflate(tiWidth, tiHeight, tiY)
Object = My.GDI.Drawing.Rectangle.Inflate(tiWidth,tiHeight,tiY)
Codeinformation


Intersect() - GDI Method or Property

Rückgabe:[VOID], Replaces this Rectangle structure with the intersection of itself and the specified Rectangle structure.
Hilfeinformation
Rückgabe:[VOID], Replaces this Rectangle structure with the intersection of itself and the specified Rectangle structure.

Aufrufinformation
VOID = My.GDI.Drawing.Rectangle.Intersect(toA AS xfcRectangle, toB AS xfcRectangle)
VOID = My.GDI.Drawing.Rectangle.Intersect(toA,toB)
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.Rectangle.IntersectsWith(toRect AS xfcRectangle)
Boolean = My.GDI.Drawing.Rectangle.IntersectsWith(toRect)
Codeinformation


NewArray() - GDI Method or Property

Rückgabe:[Object], Erstellt ein Array von Rectangle
Hilfeinformation
Rückgabe:[Object], Erstellt ein Array von Rectangle

Aufrufinformation
Object = My.GDI.Drawing.Rectangle.NewArray(tiX, tiY, tiWidth, tiHeight)
Object = My.GDI.Drawing.Rectangle.NewArray(tiX,tiY,tiWidth,tiHeight)
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.Rectangle.Offset(tiX, tiY)
VOID = My.GDI.Drawing.Rectangle.Offset(tiX,tiY)
Codeinformation


Round() - GDI Method or Property

Rückgabe:[Object], Converts the specified RectangleF to a Rectangle by rounding the RectangleF values to the nearest integer values.
Hilfeinformation
Rückgabe:[Object], Converts the specified RectangleF to a Rectangle by rounding the RectangleF values to the nearest integer values.

Aufrufinformation
Object = My.GDI.Drawing.Rectangle.Round(toRectF AS xfcRectangleF)
Object = My.GDI.Drawing.Rectangle.Round(toRectF)
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.Rectangle.ToString()
Codeinformation
LOCAL lcString AS String
*/ Rückgabe eines lesbaren Strings
lcString = My.GDI.Drawing.Rectangle.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
String = My.GDI.Drawing.Rectangle.ToVarbinary(taRect AS xfcRectangle, tiCount)
String = My.GDI.Drawing.Rectangle.ToVarbinary(taRect,tiCount)
Codeinformation


Truncate() - GDI Method or Property

Rückgabe:[Object], Converts the specified RectangleF to a Rectangle by truncating the RectangleF values.
Hilfeinformation
Rückgabe:[Object], Converts the specified RectangleF to a Rectangle by truncating the RectangleF values.

Aufrufinformation
Object = My.GDI.Drawing.Rectangle.Truncate(toRectF AS xfcRectangleF)
Object = My.GDI.Drawing.Rectangle.Truncate(toRectF)
Codeinformation


Union() - GDI Method or Property

Rückgabe:[Object], Gets a Rectangle structure that contains the union of two R ectangle structures.
Hilfeinformation
Rückgabe:[Object], Gets a Rectangle structure that contains the union of two R ectangle structures.

Aufrufinformation
Object = My.GDI.Drawing.Rectangle.Union(toRectA AS xfcRectangle, toRectB AS xfcRectangle)
Object = My.GDI.Drawing.Rectangle.Union(toRectA,toRectB)
Codeinformation


Liste der Properties von Rectangle


Bottom - GDI Method or Property

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

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


IsEmpty - GDI Method or Property

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

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


Location - GDI Method or Property

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

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


Right - GDI Method or Property

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

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


Size - GDI Method or Property

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

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


X - GDI Method or Property

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

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


Y - GDI Method or Property

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

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