.. highlightlang:: us .. index:: HatchSetStyle .. _hatchsetstyle: HatchSetStyle ============= .. us.tag HatchSetStyle GERMAN :ref:`HatchSetStyle` setzt Schraffur-Art. .. function:: bool = HatchSetStyle(hHatch, nStyle) .. us.return **Returnwert** *bool* ist TRUE (1), wenn die Funktion erfolgreich war und FALSE (0) bei Auftreten eines Fehlers. .. us.params **Parameter** .. uparam:: hHatch *hHatch* ist die Zugriffsnummer (Handle) des mit ref:`HatchCreate` erzeugten Zeichenstifts. .. uparam:: nStyle *nStyle* ist eine ODER verknüpfte Kombination der folgenden Werte: .. list-table:: :header-rows: 1 * - Wert - Bedeutung * - HATCH_0 - Schraffur mit Winkel 0 Grad * - HATCH_45 - Schraffur mit Winkel 45 Grad * - HATCH_90 - Schraffur mit Winkel 90 Grad * - HATCH_135 - Schraffur mit Winkel 135 Grad .. seealso:: :ref:`uberblick-schraffuren`, :ref:`HatchCreate` :sub:`id-666246`