MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgRenderingOptions Class Reference

Options for Rendering Service. More...

+ Inheritance diagram for MgRenderingOptions:

List of all members.

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

Detailed Description

Options for Rendering Service.

Since:
2.0