Web API Reference MapGuide Open Source

MgRenderingOptions Class Reference
[MgRenderingOptions]

Options for Rendering Service. More...

Inherits MgSerializable.

List of all members.


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.
MgColorGetSelectionColor ()
 Get the selection color.
 MgRenderingOptions (CREFSTRING format, INT32 behavior, MgColor *selectionColor)
 Construct an MgRenderingOptions object.

Detailed Description

Options for Rendering Service.

Comments or suggestions? Send us feedback.