[]
Assigns the map image that will be rendered by the field.
protected override void GetRenderContent(ref string value, ref IImage img, ref bool disposeImage, bool designTime)
Type | Name | Description |
---|---|---|
string | value | The field text (ignored unless map creation failed). |
IImage | img | The map image. |
bool | disposeImage | Indicates that image should be disposed after using. |
bool | designTime | Specifies whether we are in design time or runtime. |