MapGuide API Reference
|
Options for Rendering Service. More...
Public Types | |
enum | { RenderSelection = 1, RenderLayers = 2, KeepSelection = 4, RenderBaseLayers = 8 } |
Rendering behavior values. RenderSelection - Renders the selected feature(s). RenderLayers - Renders the dynamic layers on the map. KeepSelection - Renders the selected feature(s) even if they are outside the current scale. RenderBaseLayers - Renders the base layers on the map. 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. |
Options for Rendering Service.