Click or drag to resize

HatchPattern Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Represents a hatch pattern style.
Inheritance Hierarchy

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public class HatchPattern : ICloneable
Request Example View Source

The HatchPattern type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAngle
Gets or sets the pattern angle in degrees.
Public propertyDescription
Gets or sets the hatch description (optional, this information is not saved in the dxf file).
Public propertyStatic memberDots
Dots hatch pattern.
Public propertyFill
Gets the solid fill flag.
Public propertyStatic memberLine
Lines hatch pattern.
Public propertyLineDefinitions
Gets the definition of the lines that make up the pattern (not applicable in Solid fills).
Public propertyName
Gets or sets the hatch pattern name.
Public propertyStatic memberNet
Net or squares hatch pattern.
Public propertyOrigin
Gets or sets the pattern origin.
Public propertyScale
Gets or sets the pattern scale (not applicable in Solid fills).
Public propertyStatic memberSolid
Solid hatch pattern.
Public propertyStyle
Gets the hatch style.
Public propertyType
Gets or sets the hatch pattern type.
Top
Methods
  NameDescription
Public methodClone
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromFile
Creates a new hatch pattern from the definition in a pat file.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also