Click or drag to resize

SolidFill Class

A Fill containing a solid color.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.DrawingFill
    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 sealed class SolidFill : Fill

The SolidFill type exposes the following members.

Constructors
  NameDescription
Public methodSolidFill
Initializes a new instance of SolidFill with the color black.
Public methodSolidFill(Color)
Initializes a new instance of SolidFill with a specified color.
Top
Properties
  NameDescription
Public propertyColor
Gets or sets the color of the fill.
(Inherited from Fill.)
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 SolidFill.
(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