User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.webimage

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

  • System.Object
    • ThinkGeo.MapSuite.MvcEdition.WebImage

Members Summary

Public Constructors

WebImage()

  • Initialize a new instance of the WebImage class.
Remarks
  • N/A
Parameters

WebImage(String)

  • Initialize a new instance of the WebImage class.
Remarks
  • N/A
Parameters
  • imageVirtualPath
    • Type:String
    • Description:The virtual path of the image.

WebImage(Int32,Int32)

  • Initialize a new instance of the WebImage class.
Remarks
  • N/A
Parameters
  • imageWidth
    • Type:Int32
    • Description:The width of the image.
  • imageHeight
    • Type:Int32
    • Description:The height of the image.

WebImage(Int32,Int32,Single,Single)

  • Initialize a new instance of the WebImage class.
Remarks
  • N/A
Parameters
  • imageWidth
    • Type:Int32
    • Description:The width of the image.
  • imageHeight
    • Type:Int32
    • Description:The height of the image.
  • imageOffsetX
    • Type:Single
    • Description:The offset X of the image.
  • imageOffsetY
    • Type:Single
    • Description:The offset Y of the image.

WebImage(String,Int32,Int32)

  • Initialize a new instance of the WebImage class.
Remarks
  • N/A
Parameters
  • imageVirtualPath
    • Type:String
    • Description:The virtual path of the image.
  • imageWidth
    • Type:Int32
    • Description:The width of the image.
  • imageHeight
    • Type:Int32
    • Description:The height of the image.

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

  • Initialize a new instance of the WebImage class.
Remarks
  • N/A
Parameters
  • imageVirtualPath
    • Type:String
    • Description:The virtual path of the image.
  • imageWidth
    • Type:Int32
    • Description:The width of the image.
  • imageHeight
    • Type:Int32
    • Description:The height of the image.
  • imageOffsetX
    • Type:Single
    • Description:The offset X of the image.
  • imageOffsetY
    • Type:Single
    • Description:The offset Y of the image.

Protected Constructors

Public Methods

CloneShallow()

  • Creates a shallow copy of the current WebImage object.
Remarks
  • N/A
Return Value
Parameters

ToJson()

  • Returns a JSON string that contains the information for creating a client image object at the client side.
Remarks
  • N/A
Return Value
  • Type:String
  • Description:A JSON string that contains the information for creating a client image object at the client side.
Parameters

FromJson(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • jsonString
    • Type:String
    • Description:N/A

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

ImageVirtualPath

Gets or sets the virtual path of the image file.

Remarks

N/A

Return Value
  • Type:String

ImageWidth

Gets or sets the width of the web image.

Remarks

N/A

Return Value
  • Type:Int32

ImageHeight

Gets or sets the height of the web image.

Remarks

N/A

Return Value
  • Type:Int32

RotationAngle

Gets or sets the rotation angle of the web image.

Remarks

N/A

Return Value
  • Type:Single

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
  • Type:String

TextOffsetX

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

Remarks

N/A

Return Value
  • Type:Single

TextOffsetY

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

Remarks

N/A

Return Value
  • Type:Single

ImageOffsetX

Gets or sets the image's X offset.

Remarks

N/A

Return Value
  • Type:Single

ImageOffsetY

Gets or sets the image's Y offset.

Remarks

N/A

Return Value
  • Type:Single

Protected Properties

IconImagePath

N/A

Remarks

N/A

Return Value
  • Type:String

Public Events

thinkgeo.mapsuite.mvcedition.webimage.txt · Last modified: 2017/03/16 21:59 (external edit)