| Web API Reference | MapGuide Open Source |
Inherits MgSerializable.
Public Types | |
| enum | { RenderSelection = 1, RenderLayers = 2, KeepSelection = 4 } |
Rendering behavior values. RenderSelection - Renders the selected feature(s). RenderLayers - Renders the features on the map. KeepSelection - Renders the selected feature(s) even if they are outside the current scale. More... | |
Public Member Functions | |
| INT32 | GetBehavior () |
| Get the rendering behavior. | |
| STRING | GetImageFormat () |
| Get the image format. | |
| MgColor * | GetSelectionColor () |
| Get the selection color. | |
| MgRenderingOptions (CREFSTRING format, INT32 behavior, MgColor *selectionColor) | |
| Construct an MgRenderingOptions object. | |