PMS32 Online- Hilfereferenz

MY.GDI.DRAWING.DRAWING2D.CUSTOMLINECAP

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


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


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

Memberliste von CustomLineCap


Liste der Methoden von CustomLineCap


Clone() - Duplikat erzeugen

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

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

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.CustomLineCap.GetStrokeCaps(tiStartCap AS EnumLineCap @, tiEndCap AS EnumLineCap @)
VOID = My.GDI.Drawing.Drawing2D.CustomLineCap.GetStrokeCaps(@tiStartCap,@tiEndCap)
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.CustomLineCap.SetStrokeCaps(tiStartCap AS EnumLineCap, tiEndCap AS EnumLineCap)
VOID = My.GDI.Drawing.Drawing2D.CustomLineCap.SetStrokeCaps(tiStartCap,tiEndCap)
Codeinformation


Liste der Properties von CustomLineCap


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.CustomLineCap.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.CustomLineCap.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.CustomLineCap.BaseName
Codeinformation
WAIT WINDOW My.GDI.Drawing.Drawing2D.CustomLineCap.BaseName

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.CustomLineCap.StrokeJoin
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.CustomLineCap.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.CustomLineCap.cMethod
Codeinformation
*/ Abruf...
WAIT WINDOW My.GDI.Drawing.Drawing2D.CustomLineCap.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.CustomLineCap.nError
Codeinformation
WAIT WINDOW My.GDI.Drawing.Drawing2D.CustomLineCap.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.CustomLineCap.nLine
Codeinformation
WAIT WINDOW My.GDI.Drawing.Drawing2D.CustomLineCap.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