UtilityEx.BuildHatch Method

Builds a line pattern that fills the specified region.
Public Shared Function BuildHatch( _ 
ByVal reg As Region, _ 
ByVal step As Double, _ 
ByVal angle As Double
) As Line()()
This language is not supported or no code example is available.
public static Line[][] BuildHatch( 
Region reg
double step
double angle 
)
This language is not supported or no code example is available.

Parameters

reg
Region

The region (parallel to XY plane)

step
double

The step

angle
double

The line angle in radians

Return Value

Line[][]

An array of array of lines. Each array contains all the segments of the same line.

.NET Framework

Supported in: 4.8

In this article

Definition