[]
ImageRender base class which represents an image render.
public abstract class ImageRender
Public MustInherit Class ImageRender
| Name | Description |
|---|---|
| ImageRender() |
| Name | Description |
|---|---|
| ImageDirty | Gets or sets the value that indicates whether the image data is dirty. |
| Name | Description |
|---|---|
| GetImageFormatFromType(ImageType) | Gets the type of the image format from. |
| GetImageUrl(FpChart) | Gets the image Url. |
| TransferImage(FpChart) | Renders chart image and returns the image Url. |