2#ifndef _aspose_drawing_drawing2d_hatch_style_h_
3#define _aspose_drawing_drawing2d_hatch_style_h_
5#include <system/enum.h>
7namespace System {
namespace Drawing {
namespace Drawing2D {
128DECLARE_USING_GLOBAL_OPERATORS
137struct EnumMetaInfo<
System::Drawing::Drawing2D::HatchStyle>
141 static ASPOSECPP_SHARED_API
const std::array<std::pair<System::Drawing::Drawing2D::HatchStyle, const char_t*>, 56>& values();
Definition: adjustable_arrow_cap.h:8
HatchStyle
Specifies patterns of HatchBrush brush.
Definition: hatch_style.h:9
@ Vertical
Vertical lines.
@ Percent05
A 5% hatch. The foreground-to-backgroud color ratio is 5:95.
@ Percent30
A 30% hatch. The foreground-to-backgroud color ratio is 30:70.
@ Percent25
A 25% hatch. The foreground-to-backgroud color ratio is 25:75.
@ LightDownwardDiagonal
Diagonal lines that slant to the right from top points to bottom points and are spaced 50%,...
@ LightUpwardDiagonal
Diagonal lines that slant to the left from top points to bottom points, not antialiased.
@ DashedDownwardDiagonal
Dashed downward diagonal lines.
@ DarkUpwardDiagonal
Diagonal lines that slant to the left from top points to bottom points, not antialiased.
@ LargeCheckerBoard
Large checker board.
@ DiagonalBrick
Diagonal brick pattern.
@ LargeConfetti
Large confetti.
@ OutlinedDiamond
Outline diamond.
@ SmallConfetti
Small confetti.
@ LightHorizontal
Horizontal lines.
@ Percent40
A 40% hatch. The foreground-to-backgroud color ratio is 40:60.
@ SolidDiamond
Solid diamond.
@ NarrowHorizontal
Horizontal lines.
@ SmallCheckerBoard
Small checker board.
@ DashedHorizontal
Dashed horizontal lines.
@ LightVertical
Vertical lines.
@ Max
The last member of this enum.
@ DiagonalCross
Criss-cross diagonal lines.
@ Min
The first member of this enum.
@ Percent10
A 10% hatch. The foreground-to-backgroud color ratio is 10:90.
@ DarkDownwardDiagonal
Diagonal lines that slant to the right from top points to bottom points, not antialiased.
@ DarkHorizontal
Horizontal lines.
@ NarrowVertical
Vertical lines.
@ DarkVertical
Vertical lines.
@ WideDownwardDiagonal
Diagonal lines that slant to the right from top points to bottom points, not antialiased.
@ Percent50
A 50% hatch. The foreground-to-backgroud color ratio is 50:50.
@ Percent70
A 70% hatch. The foreground-to-backgroud color ratio is 70:30.
@ DashedUpwardDiagonal
Dashed upward diagonal lines.
@ Percent20
A 20% hatch. The foreground-to-backgroud color ratio is 20:80.
@ Percent60
A 60% hatch. The foreground-to-backgroud color ratio is 60:40.
@ ForwardDiagonal
Lines on a diagonal from top-left to bottom-right.
@ BackwardDiagonal
Lines on a diagonal from top-right to bottom-left.
@ Horizontal
Horizontal lines.
@ Percent80
A 80% hatch. The foreground-to-backgroud color ratio is 80:20.
@ HorizontalBrick
Horizontal brick pattern.
@ DashedVertical
Dashed vertical lines.
@ DottedDiamond
Dotted diamond.
@ WideUpwardDiagonal
Diagonal lines that slant to the right from top points to bottom points, not antialiased.
@ Cross
Criss-cross horizontal and vertical lines.
@ Percent90
A 90% hatch. The foreground-to-backgroud color ratio is 90:10.
@ Percent75
A 75% hatch. The foreground-to-backgroud color ratio is 75:25.
Definition: db_command.h:9