The ImageGenerator type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
ImageGenerator | Overloaded. Initializes a new instance of the ImageGenerator class using the specified parameters. |
| Name | Description | |
|---|---|---|
|
|
Dispose |
Releases all resources used by this PipelineElement. (Inherited from PipelineElement.) |
|
|
Equals | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
IsPixelFormatSupported |
Verifies whether the specified pixel format is supported by this PipelineElement. (Inherited from PipelineElement.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
RunPipeline |
Runs a pipeline staring from this PipelineElement. (Inherited from PipelineElement.) |
|
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
|
BackgroundColor |
Gets or sets a color to fill the resulting bitmap. |
|
|
ColorProfile |
Gets or sets a color profile associated with the resulting bitmap. |
|
|
DpiX |
Gets or sets the horizontal resolution, in pixels per inch, of the resulting bitmap. |
|
|
DpiY |
Gets or sets the vertical resolution, in pixels per inch, of the resulting bitmap. |
|
|
FillPath | Obsolete. Gets or sets a GraphicsPath to draw on the resulting bitmap. |
|
|
FillPathColor | Obsolete. Gets or sets a color to fill a GraphicsPath specified by the FillPath property. |
|
|
FontRegistry | |
|
|
GraphicsContainer |
Gets or sets a GraphicsContainer having the elements that should be drawn on the resulting bitmap. |
|
|
Height |
Gets or set the height, in pixels, of the resulting bitmap. |
|
|
Id |
Gets or sets a unique identifier of this PipelineElement. (Inherited from PipelineElement.) |
|
|
Ink |
Gets or sets ink characteristics of a spot color of the resulting bitmap. |
|
|
Palette |
Gets or sets a palette associated with the resulting bitmap. |
|
|
PixelFormat |
Gets or sets a pixel format of the resulting bitmap. |
|
|
Receivers |
Gets a collection of pipeline elements that will receive the result of this PipelineElement. (Inherited from PipelineElement.) |
|
|
SupportedPixelFormats |
Gets a collection of pixel formats that are supported by this PipelineElement. (Inherited from PipelineElement.) |
|
|
Width |
Gets or set the width, in pixels, of the resulting bitmap. |
| Name | Description | |
|---|---|---|
|
|
OnInit |
Occurs when the pipeline element is initialized. (Inherited from PipelineElement.) |