ImageGenerator Members

The ImageGenerator type exposes the following members.

Constructors

Name Description
Public method ImageGenerator Overloaded.

Initializes a new instance of the ImageGenerator class using the specified parameters.

Methods

Name Description
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 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 BackgroundColor

Gets or sets a color to fill the resulting bitmap.

Public property ColorProfile

Gets or sets a color profile associated with the resulting bitmap.

Public property DpiX

Gets or sets the horizontal resolution, in pixels per inch, of the resulting bitmap.

Public property DpiY

Gets or sets the vertical resolution, in pixels per inch, of the resulting bitmap.

Public property FillPath Obsolete.

Gets or sets a GraphicsPath to draw on the resulting bitmap.

Public property FillPathColor Obsolete.

Gets or sets a color to fill a GraphicsPath specified by the FillPath property.

Public property FontRegistry
Public property GraphicsContainer

Gets or sets a GraphicsContainer having the elements that should be drawn on the resulting bitmap.

Public property Height

Gets or set the height, in pixels, of the resulting bitmap.

Public property Id

Gets or sets a unique identifier of this PipelineElement.

(Inherited from PipelineElement.)
Public property Ink

Gets or sets ink characteristics of a spot color of the resulting bitmap.

Public property Palette

Gets or sets a palette associated with the resulting bitmap.

Public property PixelFormat

Gets or sets a pixel format of the resulting bitmap.

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 Width

Gets or set the width, in pixels, of the resulting bitmap.

Events

Name Description
Public event OnInit

Occurs when the pipeline element is initialized.

(Inherited from PipelineElement.)

See Also

Reference