User Tools

Site Tools


thinkgeo.mapsuite.webedition.webimage

This is an old revision of the document!


ThinkGeo.MapSuite.WebEdition.WebImage

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

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

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.webedition.webimage.1442545782.txt.gz · Last modified: 2015/09/18 03:09 by admin