Table of Contents

ThinkGeo.MapSuite.MvcEdition.WebImage

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

Represents a small image that displays on the map.

Inheritance Hierarchy

Members Summary

Public Constructors

WebImage()

Remarks
Parameters

WebImage(String)

Remarks
Parameters

WebImage(Int32,Int32)

Remarks
Parameters

WebImage(Int32,Int32,Single,Single)

Remarks
Parameters

WebImage(String,Int32,Int32)

Remarks
Parameters

WebImage(String,Int32,Int32,Single,Single)

Remarks
Parameters

Protected Constructors

Public Methods

CloneShallow()

Remarks
Return Value
Parameters

ToJson()

Remarks
Return Value
Parameters

FromJson(String)

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

ImageVirtualPath

Gets or sets the virtual path of the image file.

Remarks

N/A

Return Value

ImageWidth

Gets or sets the width of the web image.

Remarks

N/A

Return Value

ImageHeight

Gets or sets the height of the web image.

Remarks

N/A

Return Value

RotationAngle

Gets or sets the rotation angle of the web image.

Remarks

N/A

Return Value

FontStyle

Gets or sets the style applied to the text on the image.

Remarks

N/A

Return Value

FontColor

Gets or sets the color of the text on the image.

Remarks

N/A

Return Value

TextBackgroundColor

Gets or sets the background color of the text on the image.

Remarks

N/A

Return Value

Text

Gets or sets the text displayed on the image.

Remarks

N/A

Return Value

TextOffsetX

Gets or sets the X offset of the text on the image.

Remarks

N/A

Return Value

TextOffsetY

Gets or sets the Y offset of the text on the image.

Remarks

N/A

Return Value

ImageOffsetX

Gets or sets the image's X offset.

Remarks

N/A

Return Value

ImageOffsetY

Gets or sets the image's Y offset.

Remarks

N/A

Return Value

Protected Properties

IconImagePath

N/A

Remarks

N/A

Return Value

Public Events