PMS32 Online- Hilfereferenz

MY.GDI.DRAWING.DRAWING2D.LINEARGRADIENTBRUSH

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


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


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

Memberliste von LinearGradientBrush


Liste der Methoden von LinearGradientBrush


MultiplyTransform() - GDI Method or Property

Rückgabe:[VOID], Multiplies the Matrix object that represents the local geometric transform of this LinearGradientBrush 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 LinearGradientBrush by the specified Matrix by prepending the specified Matrix.

Aufrufinformation
VOID = My.GDI.Drawing.Drawing2D.LinearGradientBrush.MultiplyTransform(toMatrix AS xfcMatrix,  tiOrder AS EnumMatrixOrder)
VOID = My.GDI.Drawing.Drawing2D.LinearGradientBrush.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.LinearGradientBrush.ResetTransform()
Codeinformation


RotateTransform() - GDI Method or Property

Rückgabe:[VOID], Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform.
Hilfeinformation
Rückgabe:[VOID], Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform.

Aufrufinformation
VOID = My.GDI.Drawing.Drawing2D.LinearGradientBrush.RotateTransform(tnAngle ,tiOrder AS EnumMatrixOrder)
VOID = My.GDI.Drawing.Drawing2D.LinearGradientBrush.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.LinearGradientBrush.ScaleTransform(tnSx, tnSy , tiOrder AS EnumMatrixOrder)
VOID = My.GDI.Drawing.Drawing2D.LinearGradientBrush.ScaleTransform(tnSx,tnSy,tiOrder)
Codeinformation


SetBlendTriangularShape() - GDI Method or Property

Rückgabe:[VOID], Creates a linear gradient with a center color and a linear falloff to a single color on both ends.
Hilfeinformation
Rückgabe:[VOID], Creates a linear gradient with a center color and a linear falloff to a single color on both ends.

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


SetSigmaBellShape() - GDI Method or Property

Rückgabe:[VOID], Creates a gradient falloff based on a bell-shaped curve.
Hilfeinformation
Rückgabe:[VOID], Creates a gradient falloff based on a bell-shaped curve.

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


TranslateTransform() - GDI Method or Property

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

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


Liste der Properties von LinearGradientBrush


BaseName - Basisname

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

Aufrufinformation
Number = My.GDI.Drawing.Drawing2D.LinearGradientBrush.BaseName
Codeinformation
WAIT WINDOW My.GDI.Drawing.Drawing2D.LinearGradientBrush.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.LinearGradientBrush.Blend
Codeinformation


GammaCorrection - GDI Method or Property

Gets or sets a value indicating whether gamma correction is enabled for this LinearGradientBrush object.
Hilfeinformation
Gets or sets a value indicating whether gamma correction is enabled for this LinearGradientBrush object.

Aufrufinformation
General = My.GDI.Drawing.Drawing2D.LinearGradientBrush.GammaCorrection
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.LinearGradientBrush.InterpolationColors
Codeinformation


Rectangle - GDI Method or Property

Gets a rectangular region that defines the starting and ending points of the gradient.
Hilfeinformation
Gets a rectangular region that defines the starting and ending points of the gradient.

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


Transform - GDI Method or Property

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

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


WrapMode - GDI Method or Property

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

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

lastresult -

Letztes Ergebnis
Hilfeinformation

Aufrufinformation
Boolean = My.GDI.Drawing.Drawing2D.LinearGradientBrush.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.LinearGradientBrush.nError
Codeinformation
WAIT WINDOW My.GDI.Drawing.Drawing2D.LinearGradientBrush.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.LinearGradientBrush.nLine
Codeinformation
WAIT WINDOW My.GDI.Drawing.Drawing2D.LinearGradientBrush.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