Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

5136dd8e 26f2 748e 959f 9462ac5976fb

haplokuon edited this page May 6, 2023 · 1 revision

HatchGradientPatternType Enumeration

netDxf 3.0.0 Library

Gradient pattern types.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public enum HatchGradientPatternType

VB

Public Enumeration HatchGradientPatternType

C++

public enum class HatchGradientPatternType

F#

type HatchGradientPatternType

Members

Linear 0 Linear.
Cylinder 1 Cylinder.
InvCylinder 2 Inverse cylinder.
Spherical 3 Spherical.
InvSpherical 4 Inverse spherical.
Hemispherical 5 Hemispherical.
InvHemispherical 6 Inverse hemispherical.
Curved 7 Curved.
InvCurved 8 Inverse curved.

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally