CADability dotNET
An implementation of a HatchStyle, that defines a style consisting of contours inside the shape.

Namespace: CADability.Attribute
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
[SerializableAttribute]
public class HatchStyleContour : HatchStyle, 
	ISerializable
Visual Basic
<SerializableAttribute> _
Public Class HatchStyleContour _
	Inherits HatchStyle _
	Implements ISerializable
Visual C++
[SerializableAttribute]
public ref class HatchStyleContour : public HatchStyle, 
	ISerializable

Inheritance Hierarchy

See Also