PenType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class PenType extends System.Enum

Gibt den Fülltyp an, den ein Pen‑Objekt zum Füllen von Linien verwendet.

Felder

FeldBeschreibung
SolidColorGibt eine Vollfüllung an.
HatchFillGibt eine Schraffurfüllung an.
TextureFillGibt eine Bitmap-Texturfüllung an.
PathGradientGibt eine Pfadgradientenfüllung an.
LinearGradientGibt eine lineare Gradientfüllung an.

SolidColor

public static final int SolidColor

Gibt eine Vollfüllung an.

HatchFill

public static final int HatchFill

Gibt eine Schraffurfüllung an.

TextureFill

public static final int TextureFill

Gibt eine Bitmap-Texturfüllung an.

PathGradient

public static final int PathGradient

Gibt eine Pfadgradientenfüllung an.

LinearGradient

public static final int LinearGradient

Gibt eine lineare Gradientfüllung an.