CADability dotNET
A HatchStyle which fills the shape with a solid color. May be used as a base class for different kinds of solid fillings.

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

Syntax

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

Inheritance Hierarchy

See Also