Click or drag to resize

DisplayPipelineAttributesGetDiagonalHatchEffect Method

Get the current diagonal hatch strength and width in pixels.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public void GetDiagonalHatchEffect(
	out float hatchStrength,
	out float hatchWidth
)

Parameters

hatchStrength
Type: SystemSingle
The strength of the hatch effect.
hatchWidth
Type: SystemSingle
The width of the diagonal hatch in pixels.
See Also