PMS32 Online- Hilfereferenz

MY.GDI.DRAWING.DRAWING2D.PATHGRADIENTBRUSH

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


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


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

Memberliste von PathGradientBrush


Liste der Methoden von PathGradientBrush


MultiplyTransform() - GDI Method or Property

Rückgabe:[VOID], Multiplies the Matrix object that represents the local geometric transform of this PathGradientBrush by the specified Matrix by prepending the specified Matrix.
Hilfeinformation
Rückgabe:[VOID], Multiplies the Matrix object that represents the local geometric transform of this PathGradientBrush by the specified Matrix by prepending the specified Matrix.

Aufrufinformation
VOID = My.GDI.Drawing.Drawing2D.PathGradientBrush.MultiplyTransform(toMatrix AS xfcMatrix, tiOrder AS EnumMatrixOrder)
VOID = My.GDI.Drawing.Drawing2D.PathGradientBrush.MultiplyTransform(toMatrix,tiOrder)
Codeinformation


ResetTransform() - GDI Method or Property

Rückgabe:[VOID], Resets the Transform property to identity.
Hilfeinformation
Rückgabe:[VOID], Resets the Transform property to identity.

Aufrufinformation
VOID = My.GDI.Drawing.Drawing2D.PathGradientBrush.ResetTransform()
Codeinformation


RotateTransform() - GDI Method or Property

Rückgabe:[VOID], Applies a clockwise rotation of the specified angle to the local geometric transform.
Hilfeinformation
Rückgabe:[VOID], Applies a clockwise rotation of the specified angle to the local geometric transform.

Aufrufinformation
VOID = My.GDI.Drawing.Drawing2D.PathGradientBrush.RotateTransform(tnAngle, tiOrder AS EnumMatrixOrder)
VOID = My.GDI.Drawing.Drawing2D.PathGradientBrush.RotateTransform(tnAngle,tiOrder)
Codeinformation


ScaleTransform() - GDI Method or Property

Rückgabe:[VOID], Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform.
Hilfeinformation
Rückgabe:[VOID], Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform.

Aufrufinformation
VOID = My.GDI.Drawing.Drawing2D.PathGradientBrush.ScaleTransform(tnSx, tnSy, tiOrder AS EnumMatrixOrder)
VOID = My.GDI.Drawing.Drawing2D.PathGradientBrush.ScaleTransform(tnSx,tnSy,tiOrder)
Codeinformation


SetBlendTriangularShape() - GDI Method or Property

Rückgabe:[VOID], Creates a gradient with a center color and a linear falloff to one surrounding color.
Hilfeinformation
Rückgabe:[VOID], Creates a gradient with a center color and a linear falloff to one surrounding color.

Aufrufinformation
VOID = My.GDI.Drawing.Drawing2D.PathGradientBrush.SetBlendTriangularShape(tnFocus, tnScale)
VOID = My.GDI.Drawing.Drawing2D.PathGradientBrush.SetBlendTriangularShape(tnFocus,tnScale)
Codeinformation


SetSigmaBellShape() - GDI Method or Property

Rückgabe:[VOID], Creates a gradient falloff between the center color and the first surrounding color based on a bell-shaped curve.
Hilfeinformation
Rückgabe:[VOID], Creates a gradient falloff between the center color and the first surrounding color based on a bell-shaped curve.

Aufrufinformation
VOID = My.GDI.Drawing.Drawing2D.PathGradientBrush.SetSigmaBellShape(tnFocus, tnScale)
VOID = My.GDI.Drawing.Drawing2D.PathGradientBrush.SetSigmaBellShape(tnFocus,tnScale)
Codeinformation


TranslateTransform() - GDI Method or Property

Rückgabe:[VOID], Applies the specified translation to the local geometric transform. This method prepends the translation to the transform.
Hilfeinformation
Rückgabe:[VOID], Applies the specified translation to the local geometric transform. This method prepends the translation to the transform.

Aufrufinformation
VOID = My.GDI.Drawing.Drawing2D.PathGradientBrush.TranslateTransform(tnDx, tnDy, tiOrder AS EnumMatrixOrder)
VOID = My.GDI.Drawing.Drawing2D.PathGradientBrush.TranslateTransform(tnDx,tnDy,tiOrder)
Codeinformation


Liste der Properties von PathGradientBrush


BaseName - Basisname

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

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

Blend - GDI Method or Property

Gets or sets a Blend object that specifies positions and factors that define a custom falloff for the gradient.
Hilfeinformation
Gets or sets a Blend object that specifies positions and factors that define a custom falloff for the gradient.

Aufrufinformation
Number = My.GDI.Drawing.Drawing2D.PathGradientBrush.Blend
Codeinformation


CenterColor - GDI Method or Property

Gets or sets the color at the center of the path gradient.
Hilfeinformation
Gets or sets the color at the center of the path gradient.

Aufrufinformation
String = My.GDI.Drawing.Drawing2D.PathGradientBrush.CenterColor
Codeinformation


CenterPoint - GDI Method or Property

Gets or sets the center point of the path gradient.
Hilfeinformation
Gets or sets the center point of the path gradient.

Aufrufinformation
String = My.GDI.Drawing.Drawing2D.PathGradientBrush.CenterPoint
Codeinformation


FocusScales - GDI Method or Property

Gets or sets the focus point for the gradient falloff.
Hilfeinformation
Gets or sets the focus point for the gradient falloff.

Aufrufinformation
Number = My.GDI.Drawing.Drawing2D.PathGradientBrush.FocusScales
Codeinformation


InterpolationColors - GDI Method or Property

Gets or sets a ColorBlend object that defines a multicolor linear gradient.
Hilfeinformation
Gets or sets a ColorBlend object that defines a multicolor linear gradient.

Aufrufinformation
Number = My.GDI.Drawing.Drawing2D.PathGradientBrush.InterpolationColors
Codeinformation


Rectangle - GDI Method or Property

Gets a bounding rectangle for this PathGradientBrush object.
Hilfeinformation
Gets a bounding rectangle for this PathGradientBrush object.

Aufrufinformation
R = My.GDI.Drawing.Drawing2D.PathGradientBrush.Rectangle
Codeinformation


Transform - GDI Method or Property

Gets or sets a Matrix object that defines a local geometric transform for this PathGradientBrush object.
Hilfeinformation
Gets or sets a Matrix object that defines a local geometric transform for this PathGradientBrush object.

Aufrufinformation
DateTime = My.GDI.Drawing.Drawing2D.PathGradientBrush.Transform
Codeinformation


WrapMode - GDI Method or Property

Gets or sets a WrapMode enumeration that indicates the wrap mode for this PathGradientBrush object.
Hilfeinformation
Gets or sets a WrapMode enumeration that indicates the wrap mode for this PathGradientBrush object.

Aufrufinformation
String = My.GDI.Drawing.Drawing2D.PathGradientBrush.WrapMode
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.PathGradientBrush.cMethod
Codeinformation
*/ Abruf...
WAIT WINDOW My.GDI.Drawing.Drawing2D.PathGradientBrush.cMethod

lastresult -

Letztes Ergebnis
Hilfeinformation

Aufrufinformation
Boolean = My.GDI.Drawing.Drawing2D.PathGradientBrush.lastresult
Codeinformation


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.PathGradientBrush.nError
Codeinformation
WAIT WINDOW My.GDI.Drawing.Drawing2D.PathGradientBrush.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.PathGradientBrush.nLine
Codeinformation
WAIT WINDOW My.GDI.Drawing.Drawing2D.PathGradientBrush.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