PMS32 Online- Hilfereferenz

MY.GDI.DRAWING.DRAWING2D.HATCHSTYLE

HatchStyle - Specifies the different patterns available for HatchBrush objects.


Hilfe: GDI Method or Property
Specifies the different patterns available for HatchBrush objects.


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

Memberliste von HatchStyle


Liste der Methoden von HatchStyle


Liste der Properties von HatchStyle


BackwardDiagonal - GDI Method or Property

[Variant], Property-Value:HatchStyleBackwardDiagonal See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleBackwardDiagonal See in INIT()

Aufrufinformation
Number = My.GDI.Drawing.Drawing2D.HatchStyle.BackwardDiagonal
Codeinformation


Cross - GDI Method or Property

[Variant], Property-Value:HatchStyleCross See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleCross See in INIT()

Aufrufinformation
String = My.GDI.Drawing.Drawing2D.HatchStyle.Cross
Codeinformation


DarkDownwardDiagonal - GDI Method or Property

[Variant], Property-Value:HatchStyleDarkDownwardDiagonal See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleDarkDownwardDiagonal See in INIT()

Aufrufinformation
Date = My.GDI.Drawing.Drawing2D.HatchStyle.DarkDownwardDiagonal
Codeinformation


DarkHorizontal - GDI Method or Property

[Variant], Property-Value:HatchStyleDarkHorizontal See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleDarkHorizontal See in INIT()

Aufrufinformation
Date = My.GDI.Drawing.Drawing2D.HatchStyle.DarkHorizontal
Codeinformation


DarkUpwardDiagonal - GDI Method or Property

[Variant], Property-Value:HatchStyleDarkUpwardDiagonal See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleDarkUpwardDiagonal See in INIT()

Aufrufinformation
Date = My.GDI.Drawing.Drawing2D.HatchStyle.DarkUpwardDiagonal
Codeinformation


DarkVertical - GDI Method or Property

[Variant], Property-Value:HatchStyleDarkVertical See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleDarkVertical See in INIT()

Aufrufinformation
Date = My.GDI.Drawing.Drawing2D.HatchStyle.DarkVertical
Codeinformation


DashedDownwardDiagonal - GDI Method or Property

[Variant], Property-Value:HatchStyleDashedDownwardDiagonal See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleDashedDownwardDiagonal See in INIT()

Aufrufinformation
Date = My.GDI.Drawing.Drawing2D.HatchStyle.DashedDownwardDiagonal
Codeinformation


DashedHorizontal - GDI Method or Property

[Variant], Property-Value:HatchStyleDashedHorizontal See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleDashedHorizontal See in INIT()

Aufrufinformation
Date = My.GDI.Drawing.Drawing2D.HatchStyle.DashedHorizontal
Codeinformation


DashedUpwardDiagonal - GDI Method or Property

[Variant], Property-Value:HatchStyleDashedUpwardDiagonal See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleDashedUpwardDiagonal See in INIT()

Aufrufinformation
Date = My.GDI.Drawing.Drawing2D.HatchStyle.DashedUpwardDiagonal
Codeinformation


DashedVertical - GDI Method or Property

[Variant], Property-Value:HatchStyleDashedVertical See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleDashedVertical See in INIT()

Aufrufinformation
Date = My.GDI.Drawing.Drawing2D.HatchStyle.DashedVertical
Codeinformation


DiagonalBrick - GDI Method or Property

[Variant], Property-Value:HatchStyleDiagonalBrick See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleDiagonalBrick See in INIT()

Aufrufinformation
Date = My.GDI.Drawing.Drawing2D.HatchStyle.DiagonalBrick
Codeinformation


DiagonalCross - GDI Method or Property

[Variant], Property-Value:HatchStyleDiagonalCross See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleDiagonalCross See in INIT()

Aufrufinformation
Date = My.GDI.Drawing.Drawing2D.HatchStyle.DiagonalCross
Codeinformation


Divot - GDI Method or Property

[Variant], Property-Value:HatchStyleDivot See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleDivot See in INIT()

Aufrufinformation
Date = My.GDI.Drawing.Drawing2D.HatchStyle.Divot
Codeinformation


DottedDiamond - GDI Method or Property

[Variant], Property-Value:HatchStyleDottedDiamond See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleDottedDiamond See in INIT()

Aufrufinformation
Date = My.GDI.Drawing.Drawing2D.HatchStyle.DottedDiamond
Codeinformation


DottedGrid - GDI Method or Property

[Variant], Property-Value:HatchStyleDottedGrid See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleDottedGrid See in INIT()

Aufrufinformation
Date = My.GDI.Drawing.Drawing2D.HatchStyle.DottedGrid
Codeinformation


ForwardDiagonal - GDI Method or Property

[Variant], Property-Value:HatchStyleForwardDiagonal See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleForwardDiagonal See in INIT()

Aufrufinformation
Number = My.GDI.Drawing.Drawing2D.HatchStyle.ForwardDiagonal
Codeinformation


Horizontal - GDI Method or Property

[Variant], Property-Value:HatchStyleHorizontal See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleHorizontal See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.Horizontal
Codeinformation


HorizontalBrick - GDI Method or Property

[Variant], Property-Value:HatchStyleHorizontalBrick See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleHorizontalBrick See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.HorizontalBrick
Codeinformation


LargeCheckerBoard - GDI Method or Property

[Variant], Property-Value:HatchStyleLargeCheckerBoard See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleLargeCheckerBoard See in INIT()

Aufrufinformation
Boolean = My.GDI.Drawing.Drawing2D.HatchStyle.LargeCheckerBoard
Codeinformation


LargeConfetti - GDI Method or Property

[Variant], Property-Value:HatchStyleLargeConfetti See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleLargeConfetti See in INIT()

Aufrufinformation
Boolean = My.GDI.Drawing.Drawing2D.HatchStyle.LargeConfetti
Codeinformation


LargeGrid - GDI Method or Property

[Variant], Property-Value:HatchStyleLargeGrid See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleLargeGrid See in INIT()

Aufrufinformation
Boolean = My.GDI.Drawing.Drawing2D.HatchStyle.LargeGrid
Codeinformation


LightDownwardDiagonal - GDI Method or Property

[Variant], Property-Value:HatchStyleLightDownwardDiagonal See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleLightDownwardDiagonal See in INIT()

Aufrufinformation
Boolean = My.GDI.Drawing.Drawing2D.HatchStyle.LightDownwardDiagonal
Codeinformation


LightHorizontal - GDI Method or Property

[Variant], Property-Value:HatchStyleLightHorizontal See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleLightHorizontal See in INIT()

Aufrufinformation
Boolean = My.GDI.Drawing.Drawing2D.HatchStyle.LightHorizontal
Codeinformation


LightUpwardDiagonal - GDI Method or Property

[Variant], Property-Value:HatchStyleLightUpwardDiagonal See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleLightUpwardDiagonal See in INIT()

Aufrufinformation
Boolean = My.GDI.Drawing.Drawing2D.HatchStyle.LightUpwardDiagonal
Codeinformation


LightVertical - GDI Method or Property

[Variant], Property-Value:HatchStyleLightVertical See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleLightVertical See in INIT()

Aufrufinformation
Boolean = My.GDI.Drawing.Drawing2D.HatchStyle.LightVertical
Codeinformation


Max - GDI Method or Property

[Variant], Property-Value:HatchStyleMax See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleMax See in INIT()

Aufrufinformation
String = My.GDI.Drawing.Drawing2D.HatchStyle.Max
Codeinformation


Min - GDI Method or Property

[Variant], Property-Value:HatchStyleMin See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleMin See in INIT()

Aufrufinformation
String = My.GDI.Drawing.Drawing2D.HatchStyle.Min
Codeinformation


NarrowHorizontal - GDI Method or Property

[Variant], Property-Value:HatchStyleNarrowHorizontal See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleNarrowHorizontal See in INIT()

Aufrufinformation
Number = My.GDI.Drawing.Drawing2D.HatchStyle.NarrowHorizontal
Codeinformation


NarrowVertical - GDI Method or Property

[Variant], Property-Value:HatchStyleNarrowVertical See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleNarrowVertical See in INIT()

Aufrufinformation
Number = My.GDI.Drawing.Drawing2D.HatchStyle.NarrowVertical
Codeinformation


OutlinedDiamond - GDI Method or Property

[Variant], Property-Value:HatchStyleOutlinedDiamond See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleOutlinedDiamond See in INIT()

Aufrufinformation
Object = My.GDI.Drawing.Drawing2D.HatchStyle.OutlinedDiamond
Codeinformation


Percent05 - GDI Method or Property

[Variant], Property-Value:HatchStyle05Percent See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyle05Percent See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.Percent05
Codeinformation


Percent10 - GDI Method or Property

[Variant], Property-Value:HatchStyle10Percent See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyle10Percent See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.Percent10
Codeinformation


Percent20 - GDI Method or Property

[Variant], Property-Value:HatchStyle20Percent See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyle20Percent See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.Percent20
Codeinformation


Percent25 - GDI Method or Property

[Variant], Property-Value:HatchStyle25Percent See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyle25Percent See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.Percent25
Codeinformation


Percent30 - GDI Method or Property

[Variant], Property-Value:HatchStyle30Percent See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyle30Percent See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.Percent30
Codeinformation


Percent40 - GDI Method or Property

[Variant], Property-Value:HatchStyle40Percent See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyle40Percent See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.Percent40
Codeinformation


Percent50 - GDI Method or Property

[Variant], Property-Value:HatchStyle50Percent See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyle50Percent See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.Percent50
Codeinformation


Percent60 - GDI Method or Property

[Variant], Property-Value:HatchStyle60Percent See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyle60Percent See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.Percent60
Codeinformation


Percent70 - GDI Method or Property

[Variant], Property-Value:HatchStyle70Percent See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyle70Percent See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.Percent70
Codeinformation


Percent75 - GDI Method or Property

[Variant], Property-Value:HatchStyle75Percent See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyle75Percent See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.Percent75
Codeinformation


Percent80 - GDI Method or Property

[Variant], Property-Value:HatchStyle80Percent See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyle80Percent See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.Percent80
Codeinformation


Percent90 - GDI Method or Property

[Variant], Property-Value:HatchStyle90Percent See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyle90Percent See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.Percent90
Codeinformation


Plaid - GDI Method or Property

[Variant], Property-Value:HatchStylePlaid See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStylePlaid See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.Plaid
Codeinformation


Shingle - GDI Method or Property

[Variant], Property-Value:HatchStyleShingle See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleShingle See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.Shingle
Codeinformation


SmallCheckerBoard - GDI Method or Property

[Variant], Property-Value:HatchStyleSmallCheckerBoard See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleSmallCheckerBoard See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.SmallCheckerBoard
Codeinformation


SmallConfetti - GDI Method or Property

[Variant], Property-Value:HatchStyleSmallConfetti See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleSmallConfetti See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.SmallConfetti
Codeinformation


SmallGrid - GDI Method or Property

[Variant], Property-Value:HatchStyleSmallGrid See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleSmallGrid See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.SmallGrid
Codeinformation


SolidDiamond - GDI Method or Property

[Variant], Property-Value:HatchStyleSolidDiamond See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleSolidDiamond See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.SolidDiamond
Codeinformation


Sphere - GDI Method or Property

[Variant], Property-Value:HatchStyleSphere See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleSphere See in INIT()

Aufrufinformation
Variant = My.GDI.Drawing.Drawing2D.HatchStyle.Sphere
Codeinformation


Total - GDI Method or Property

[Variant], Property-Value:HatchStyleTotal See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleTotal See in INIT()

Aufrufinformation
DateTime = My.GDI.Drawing.Drawing2D.HatchStyle.Total
Codeinformation


Trellis - GDI Method or Property

[Variant], Property-Value:HatchStyleTrellis See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleTrellis See in INIT()

Aufrufinformation
DateTime = My.GDI.Drawing.Drawing2D.HatchStyle.Trellis
Codeinformation


Vertical - GDI Method or Property

[Variant], Property-Value:HatchStyleVertical See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleVertical See in INIT()

Aufrufinformation
String = My.GDI.Drawing.Drawing2D.HatchStyle.Vertical
Codeinformation


Wave - GDI Method or Property

[Variant], Property-Value:HatchStyleWave See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleWave See in INIT()

Aufrufinformation
String = My.GDI.Drawing.Drawing2D.HatchStyle.Wave
Codeinformation


Weave - GDI Method or Property

[Variant], Property-Value:HatchStyleWeave See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleWeave See in INIT()

Aufrufinformation
String = My.GDI.Drawing.Drawing2D.HatchStyle.Weave
Codeinformation


WideDownwardDiagonal - GDI Method or Property

[Variant], Property-Value:HatchStyleWideDownwardDiagonal See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleWideDownwardDiagonal See in INIT()

Aufrufinformation
String = My.GDI.Drawing.Drawing2D.HatchStyle.WideDownwardDiagonal
Codeinformation


WideUpwardDiagonal - GDI Method or Property

[Variant], Property-Value:HatchStyleWideUpwardDiagonal See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleWideUpwardDiagonal See in INIT()

Aufrufinformation
String = My.GDI.Drawing.Drawing2D.HatchStyle.WideUpwardDiagonal
Codeinformation


ZigZag - GDI Method or Property

[Variant], Property-Value:HatchStyleZigZag See in INIT()
Hilfeinformation
[Variant], Property-Value:HatchStyleZigZag See in INIT()

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