PMS32 Online- Hilfereferenz

MY.GDI.DRAWING.DRAWING2D.ADJUSTABLEARROWCAP

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


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


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

Memberliste von AdjustableArrowCap


Liste der Methoden von AdjustableArrowCap


Clone() - Duplikat erzeugen

Erzeugt ein Duplikat von sich selbst.
Hilfeinformation
Erzeugt ein Duplikat von sich selbst.

Aufrufinformation
Object = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.Clone()
Codeinformation
LOCAL loCone AS My.GDI.Drawing.Drawing2D.AdjustableArrowCap
*/ Erzeugt einen Klon von sich selbst...
loCone = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.Clone()

Dispose() - GDI Method or Property

Rückgabe:[Boolean], RELEASE dieses Objektes durchführen
Hilfeinformation
Rückgabe:[Boolean], RELEASE dieses Objektes durchführen

Aufrufinformation
Boolean = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.Dispose()
Codeinformation


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.Drawing2D.AdjustableArrowCap.Equals(toObject1, toObject2)
Boolean = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.Equals(toObject1,toObject2)
Codeinformation


GetHandle() - GDI Method or Property

Rückgabe:[Boolean], Gibt das Handle zurück
Hilfeinformation
Rückgabe:[Boolean], Gibt das Handle zurück

Aufrufinformation
Boolean = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.GetHandle()
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.Drawing2D.AdjustableArrowCap.GetHashCode(toObject AS Object)
String = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.GetHashCode(toObject)
Codeinformation
LOCAL lcString AS String
*/ Rückgabe eines eindeutigen Suchbegriffs
lcString = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.GetHashCode()
=MESSAGEBOX(m.lcString,64,"HashCode...")

GetLastStatus() - GDI Method or Property

Rückgabe:[Boolean], Gibt den letzten Status zurück
Hilfeinformation
Rückgabe:[Boolean], Gibt den letzten Status zurück

Aufrufinformation
Boolean = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.GetLastStatus()
Codeinformation


GetStrokeCaps() - GDI Method or Property

Rückgabe:[VOID], Gets the caps used to start and end lines that make up this custom cap.
Hilfeinformation
Rückgabe:[VOID], Gets the caps used to start and end lines that make up this custom cap.

Aufrufinformation
VOID = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.GetStrokeCaps(tiStartCap AS EnumLineCap @, tiEndCap AS EnumLineCap @)
VOID = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.GetStrokeCaps(@tiStartCap,@tiEndCap)
Codeinformation


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.Drawing2D.AdjustableArrowCap.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.Drawing2D.AdjustableArrowCap.New(toFillPath AS xfcGraphicsPath, toStrokePath AS xfcGraphicsPath,  tiBaseCap AS EnumLineCap,  tnBaseInset)
Variant = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.New(toFillPath,toStrokePath,tiBaseCap,tnBaseInset)
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.Drawing2D.AdjustableArrowCap.ReferenceEquals(toObject1, toObject2)
Boolean = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.ReferenceEquals(toObject1,toObject2)
Codeinformation


SetStatus() - GDI Method or Property

Rückgabe:[Boolean], Setzt den Status des GDI
Hilfeinformation
Rückgabe:[Boolean], Setzt den Status des GDI

Aufrufinformation
Boolean = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.SetStatus(tnStatus)
Boolean = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.SetStatus(tnStatus)
Codeinformation


SetStrokeCaps() - GDI Method or Property

Rückgabe:[VOID], Sets the caps used to start and end lines that make up this custom cap.
Hilfeinformation
Rückgabe:[VOID], Sets the caps used to start and end lines that make up this custom cap.

Aufrufinformation
VOID = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.SetStrokeCaps(tiStartCap AS EnumLineCap, tiEndCap AS EnumLineCap)
VOID = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.SetStrokeCaps(tiStartCap,tiEndCap)
Codeinformation


Liste der Properties von AdjustableArrowCap


BaseCap - GDI Method or Property

Gets or sets the LineCap enumeration on which this CustomLineCap is based.
Hilfeinformation
Gets or sets the LineCap enumeration on which this CustomLineCap is based.

Aufrufinformation
Number = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.BaseCap
Codeinformation


BaseInset - GDI Method or Property

Gets or sets the distance between the cap and the line.
Hilfeinformation
Gets or sets the distance between the cap and the line.

Aufrufinformation
Number = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.BaseInset
Codeinformation


BaseName - Basisname

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

Aufrufinformation
Number = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.BaseName
Codeinformation
WAIT WINDOW My.GDI.Drawing.Drawing2D.AdjustableArrowCap.BaseName

Filled - GDI Method or Property

Gets or sets whether the arrow cap is filled.
Hilfeinformation
Gets or sets whether the arrow cap is filled.

Aufrufinformation
Number = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.Filled
Codeinformation


Handle - GDI Method or Property


Hilfeinformation

Aufrufinformation
H = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.Handle
Codeinformation


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.Drawing2D.AdjustableArrowCap.Height
Codeinformation


LastResult -

Letztes Ergebnis
Hilfeinformation

Aufrufinformation
Boolean = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.LastResult
Codeinformation


MiddleInset - GDI Method or Property

Gets or sets the number of units between the outlinxfcDrawingBasee of the arrow cap and the fill.
Hilfeinformation
Gets or sets the number of units between the outlinxfcDrawingBasee of the arrow cap and the fill.

Aufrufinformation
String = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.MiddleInset
Codeinformation


StrokeJoin - GDI Method or Property

Gets or sets the LineJoin enumeration that determines how lines that compose this CustomLineCap object are joined.
Hilfeinformation
Gets or sets the LineJoin enumeration that determines how lines that compose this CustomLineCap object are joined.

Aufrufinformation
S = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.StrokeJoin
Codeinformation


Width - GDI Method or Property

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

Aufrufinformation
String = My.GDI.Drawing.Drawing2D.AdjustableArrowCap.Width
Codeinformation


WidthScale - GDI Method or Property

Gets or sets the amount by which to scale this CustomLineCap Class object with respect to the width of the Pen object.
Hilfeinformation
Gets or sets the amount by which to scale this CustomLineCap Class object with respect to the width of the Pen object.

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