Click or drag to resize

Fill Class

The base class which all Fill objects inherit. A Fill contains the color of the entity being drawn.

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

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 abstract class Fill : ICloneable

The Fill type exposes the following members.

Constructors
  NameDescription
Protected methodFill
Initializes a new instance of the Fill class
Top
Properties
  NameDescription
Public propertyColor
Gets or sets the color of the fill.
Public propertyPaletteIndex
Gets or sets the palette index used for the color.
Top
Methods
  NameDescription
Public methodClone
Returns a copy of this Fill.
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 methodGetBrushHandle
Returns a GDI handle to the brush (for internal use only).
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
Remarks
The DotImage Fill object is equivalent to the GDI+ Brush.
See Also