Version

ConvertFromHatchStyle Method

Converts from a System.Drawing.Drawing2D.HatchStyle enumeration and returns a BackHatchStyle value that is equivalent.
Syntax
'Declaration
 
Public Shared Function ConvertFromHatchStyle( _
   ByVal hatchStyle As HatchStyle _
) As BackHatchStyle
public static BackHatchStyle ConvertFromHatchStyle( 
   HatchStyle hatchStyle
)

Parameters

hatchStyle
The style to convert from.

Return Value

The converted BackHatchStyle value.
Remarks
The enumeration values are offset by 2 to accomodate the Default and None values of the BackHatchStyle enumeration.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also