User Tools

Site Tools


thinkgeo.mapsuite.webedition.webimage

ThinkGeo.MapSuite.WebEdition.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.WebEdition.WebImage

Members Summary

Public Constructors

WebImage()

  • Initialize a new instance of the WebImage class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#WebImage.28.29
Parameters

WebImage(String)

  • Initialize a new instance of the WebImage class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#WebImage.28String.29
Parameters
  • imageVirtualPath
    • Type:String
    • Description:The virtual path of the image.

WebImage(Int32,Int32)

  • Initialize a new instance of the WebImage class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#WebImage.28Int32.2C_Int32.29
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
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#WebImage.28Int32.2C_Int32.2C_Single.2C_Single.29
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
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#WebImage.28String.2C_Int32.2C_Int32.29
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
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#WebImage.28String.2C_Int32.2C_Int32.2C_Single.2C_Single.29
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
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#CloneShallow.28.29
Return Value
Parameters

ToJson()

  • Returns a JSON string that contains the information for creating a client image object at the client side.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#ToJson.28.29
Return Value
  • Type:String
  • Description:A JSON string that contains the information for creating a client image object at the client side.
Parameters

ToString()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#ToString.28.29
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#Equals.28Object.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#GetHashCode.28.29
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#GetType.28.29
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

Finalize()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#Finalize.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#MemberwiseClone.28.29
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

ImageVirtualPath

Gets or sets the virtual path of the image file.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#ImageVirtualPath

Return Value
  • Type:String

ImageWidth

Gets or sets the width of the web image.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#ImageWidth

Return Value
  • Type:Int32

ImageHeight

Gets or sets the height of the web image.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#ImageHeight

Return Value
  • Type:Int32

RotationAngle

Gets or sets the rotation angle of the web image.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#RotationAngle

Return Value
  • Type:Single

FontStyle

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

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#FontStyle

Return Value

FontColor

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

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#FontColor

Return Value

TextBackgroundColor

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

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#TextBackgroundColor

Return Value

Text

Gets or sets the text displayed on the image.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#Text

Return Value
  • Type:String

TextOffsetX

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

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#TextOffsetX

Return Value
  • Type:Single

TextOffsetY

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

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#TextOffsetY

Return Value
  • Type:Single

ImageOffsetX

Gets or sets the image's X offset.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#ImageOffsetX

Return Value
  • Type:Single

ImageOffsetY

Gets or sets the image's Y offset.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.WebImage#ImageOffsetY

Return Value
  • Type:Single

Protected Properties

IconImagePath

N/A

Remarks

N/A

Return Value
  • Type:String

Public Events

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