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()
Parameters
WebImage(String)
Parameters
WebImage(Int32,Int32)
Parameters
WebImage(Int32,Int32,Single,Single)
Parameters
WebImage(String,Int32,Int32)
Parameters
WebImage(String,Int32,Int32,Single,Single)
Parameters
Protected Constructors
Public Methods
CloneShallow()
Return Value
Parameters
ToJson()
Return Value
Parameters
FromJson(String)
Return Value
Type:Void
Description:N/A
Parameters
jsonString
Type:String
Description:N/A
ToString()
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
Finalize()
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
ImageVirtualPath
Gets or sets the virtual path of the image file.
Return Value
ImageWidth
Gets or sets the width of the web image.
Return Value
ImageHeight
Gets or sets the height of the web image.
Return Value
RotationAngle
Gets or sets the rotation angle of the web image.
Return Value
FontStyle
Gets or sets the style applied to the text on the image.
Return Value
FontColor
Gets or sets the color of the text on the image.
Return Value
TextBackgroundColor
Gets or sets the background color of the text on the image.
Return Value
Text
Gets or sets the text displayed on the image.
Return Value
TextOffsetX
Gets or sets the X offset of the text on the image.
Return Value
TextOffsetY
Gets or sets the Y offset of the text on the image.
Return Value
ImageOffsetX
Gets or sets the image's X offset.
Return Value
ImageOffsetY
Gets or sets the image's Y offset.
Return Value
Protected Properties
IconImagePath
N/A
Return Value
Public Events