Enumeration listing the different patterns available for AnnHatchBrush.
public enum AnnHatchStyle
Public Enum AnnHatchStyle
public enum class AnnHatchStyle sealed
public enum AnnHatchStyle
typedef NS_ENUM(NSInteger, LTAnnHatchStyle)
Members
0 | Horizontal |
A pattern of horizontal lines. |
1 | Vertical |
A pattern of vertical lines. |
2 | ForwardDiagonal |
A pattern of lines on a diagonal from upper left to lower right. |
3 | BackwardDiagonal |
A pattern of lines on a diagonal from upper right to lower left. |
4 | Cross |
Specifies horizontal and vertical lines that cross. |
5 | DiagonalCross |
A pattern of crisscross diagonal lines. |
AnnHatchStyle lists the values used by AnnHatchBrush.HatchStyle.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET