Click or drag to resize

HatchedFill Class

A Fill containing hatched lines.

Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.DrawingFill
    Atalasoft.Imaging.DrawingHatchedFill

Namespace:  Atalasoft.Imaging.Drawing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public sealed class HatchedFill : Fill

The HatchedFill type exposes the following members.

Constructors
  NameDescription
Public methodHatchedFill(Hatch)
Initializes a new instance of HatchedFill with a black hatch and specified hatch style.
Public methodHatchedFill(Hatch, Color)
Initializes a new instance of HatchedFill with a specified hatch style and color.
Top
Properties
  NameDescription
Public propertyColor
Gets or sets the color of the fill.
(Inherited from Fill.)
Public propertyHatchStyle
Public propertyPaletteIndex
Gets or sets the palette index used for the color.
(Inherited from Fill.)
Top
Methods
  NameDescription
Public methodClone
Returns a copy of this HatchedFill.
(Overrides FillClone.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetBrushHandle
Returns a GDI brush handle.
(Overrides FillGetBrushHandle.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also