PMS32 Online- Hilfereferenz

MY.GDI.DRAWING.DRAWING2D

Drawing2D - Zeichen zweidimensionaler Objekte


Hilfe: GDI Method or Property
Zeichen zweidimensionaler Objekte


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

Memberliste von Drawing2D

AdjustableArrowCap.. : GDI Method or Property Diese Member ist nicht genauer definiert. Bitte in der entsprechenden Klasse nachsehen. => xfcAdjustableArrowCap
Blend............... : GDI Method or Property Diese Member ist nicht genauer definiert. Bitte in der entsprechenden Klasse nachsehen. => xfcBlend
ColorBlend.......... : GDI Method or Property Diese Member ist nicht genauer definiert. Bitte in der entsprechenden Klasse nachsehen. => xfcColorBlend
CombineMode......... : GDI Method or Property Specifies how different clipping regions can be combined.
CompositingMode..... : GDI Method or Property Specifies how the source colors are combined with the background colors.
CompositingQuality.. : GDI Method or Property Specifies the quality level to use during compositing.
CoordinateSpace..... : GDI Method or Property Specifies the system to use when evaluating coordinates.
CustomLineCap....... : GDI Method or Property Diese Member ist nicht genauer definiert. Bitte in der entsprechenden Klasse nachsehen. => xfcCustomLineCap
DashCap............. : GDI Method or Property Specifies the type of graphic shape to use on both ends of each dash in a dashed line.
DashStyle........... : GDI Method or Property Specifies the style of dashed lines drawn with a Pen object.
FillMode............ : GDI Method or Property Specifies how the interior of a closed path is filled.
FlushIntention...... : GDI Method or Property Specifies whether commands in the graphics stack are terminated (flushed) immediately or executed as soon as possible.
GraphicsPath........ : GDI Method or Property Diese Member ist nicht genauer definiert. Bitte in der entsprechenden Klasse nachsehen. => xfcGraphicsPath
GraphicsPathIterator : GDI Method or Property Diese Member ist nicht genauer definiert. Bitte in der entsprechenden Klasse nachsehen. => xfcGraphicsPathIterator
HatchBrush.......... : GDI Method or Property Diese Member ist nicht genauer definiert. Bitte in der entsprechenden Klasse nachsehen. => xfcHatchBrush
HatchStyle.......... : GDI Method or Property Specifies the different patterns available for HatchBrush objects.
InterpolationMode... : GDI Method or Property Specifies how data is interpolated between endpoints.
LineCap............. : GDI Method or Property Specifies the available cap styles with which a Pen object can end a line.
LineJoin............ : GDI Method or Property Specifies how to join consecutive line or curve segments in a figure (subpath) contained in a GraphicsPath object.
LinearGradientBrush. : GDI Method or Property Diese Member ist nicht genauer definiert. Bitte in der entsprechenden Klasse nachsehen. => xfcLinearGradientBrush
LineargradientMode.. : GDI Method or Property Specifies the direction of a linear gradient.
Matrix.............. : GDI Method or Property Diese Member ist nicht genauer definiert. Bitte in der entsprechenden Klasse nachsehen. => xfcMatrix
MatrixOrder......... : GDI Method or Property Specifies the order for matrix transform operations.
PathData............ : GDI Method or Property Diese Member ist nicht genauer definiert. Bitte in der entsprechenden Klasse nachsehen. => xfcPathData
PathGradientBrush... : GDI Method or Property Diese Member ist nicht genauer definiert. Bitte in der entsprechenden Klasse nachsehen. => xfcPathGradientBrush
PathPointType....... : GDI Method or Property Specifies the type of point in a GraphicsPath object.
PenAlignment........ : GDI Method or Property Specifies the alignment of a Pen object in relation to the theoretical, zero-width line.
PenType............. : GDI Method or Property Specifies the type of fill a Pen object uses to fill lines.
PixelOffsetMode..... : GDI Method or Property Specifies how pixels are offset during rendering.
QualityMode......... : GDI Method or Property Specifies the overall quality when rendering GDI+ objects.
RegionData.......... : GDI Method or Property Diese Member ist nicht genauer definiert. Bitte in der entsprechenden Klasse nachsehen. => xfcRegionData
SmoothingMode....... : GDI Method or Property Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.
WarpMode............ : GDI Method or Property Specifies the type of warp transformation applied in a Warp method.
WrapMode............ : GDI Method or Property Specifies how a texture or gradient is tiled when it is larger than the area being filled.


Liste der Methoden von Drawing2D


Liste der Properties von Drawing2D


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