FloodFill Members

The FloodFill type exposes the following members.

Constructors

Name Description
Public method FloodFill Overloaded.

Initializes a new instance of the FloodFill class.

Methods

Name Description
Public method Apply

Produces a transformed copy of a given bitmap. The source bitmap remains unchanged.

(Inherited from Transform.)
Public method ApplyMaskTransform

Transforms given bitmap using specified mask.

(Inherited from MaskTransform.)
Public method Dispose

Releases all resources used by this PipelineElement.

(Inherited from PipelineElement.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetPathTransformMatrix

Gets the transform matrix from an image.

(Inherited from Transform.)
Public method GetType (Inherited from Object.)
Public method IsPixelFormatSupported

Verifies whether the specified pixel format is supported by this PipelineElement.

(Inherited from PipelineElement.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RunPipeline

Runs a pipeline staring from this PipelineElement.

(Inherited from PipelineElement.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property FillColor

Gets or sets a color used to fill the surface.

Public property Id

Gets or sets a unique identifier of this PipelineElement.

(Inherited from PipelineElement.)
Public property Mode

Gets or sets a value specifying how to determine the filling area boundary.

Public property Point

Gets or sets a starting point for the algorithm.

Public property PreserveAlpha

Gets or sets a value indicating whether to leave alpha channel intacted with the flood fill algorithm.

Public property ProcessHalftones

Gets or sets a value indicating whether to fill colors which are not exactly match the TargetColor.

Public property Receivers

Gets a collection of pipeline elements that will receive the result of this PipelineElement.

(Inherited from PipelineElement.)
Public property SupportedPixelFormats

Gets a collection of pixel formats that are supported by this PipelineElement.

(Inherited from PipelineElement.)
Public property TargetColor

Gets or sets a target color that is used to find the boundaries of area to fill.

Public property Tolerance

Gets or sets a maximum allowed tolerance for the target color.

Events

Name Description
Public event OnInit

Occurs when the pipeline element is initialized.

(Inherited from PipelineElement.)

See Also

Reference