This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.mvcedition.webimage [2015/09/21 03:36] admin |
thinkgeo.mapsuite.mvcedition.webimage [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.MvcEdition.WebImage ====== | ====== ThinkGeo.MapSuite.MvcEdition.WebImage ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| Represents a small image that displays on the map. | Represents a small image that displays on the map. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 8: | Line 11: | ||
| ** {{wiki:PublicMethod.gif|}} WebImage() ** | ** {{wiki:PublicMethod.gif|}} WebImage() ** | ||
| - | Initialize a new instance of the WebImage class. | + | * //Initialize a new instance of the WebImage class.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Parameters == | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| ** {{wiki:PublicMethod.gif|}} WebImage(String) ** | ** {{wiki:PublicMethod.gif|}} WebImage(String) ** | ||
| - | Initialize a new instance of the WebImage class. | + | * //Initialize a new instance of the WebImage class.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Parameters == | == Parameters == | ||
| * //imageVirtualPath// | * //imageVirtualPath// | ||
| Line 26: | Line 29: | ||
| ** {{wiki:PublicMethod.gif|}} WebImage(Int32,Int32) ** | ** {{wiki:PublicMethod.gif|}} WebImage(Int32,Int32) ** | ||
| - | Initialize a new instance of the WebImage class. | + | * //Initialize a new instance of the WebImage class.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Parameters == | == Parameters == | ||
| * //imageWidth// | * //imageWidth// | ||
| Line 41: | Line 44: | ||
| ** {{wiki:PublicMethod.gif|}} WebImage(Int32,Int32,Single,Single) ** | ** {{wiki:PublicMethod.gif|}} WebImage(Int32,Int32,Single,Single) ** | ||
| - | Initialize a new instance of the WebImage class. | + | * //Initialize a new instance of the WebImage class.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Parameters == | == Parameters == | ||
| * //imageWidth// | * //imageWidth// | ||
| Line 64: | Line 67: | ||
| ** {{wiki:PublicMethod.gif|}} WebImage(String,Int32,Int32) ** | ** {{wiki:PublicMethod.gif|}} WebImage(String,Int32,Int32) ** | ||
| - | Initialize a new instance of the WebImage class. | + | * //Initialize a new instance of the WebImage class.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Parameters == | == Parameters == | ||
| * //imageVirtualPath// | * //imageVirtualPath// | ||
| Line 83: | Line 86: | ||
| ** {{wiki:PublicMethod.gif|}} WebImage(String,Int32,Int32,Single,Single) ** | ** {{wiki:PublicMethod.gif|}} WebImage(String,Int32,Int32,Single,Single) ** | ||
| - | Initialize a new instance of the WebImage class. | + | * //Initialize a new instance of the WebImage class.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Parameters == | == Parameters == | ||
| * //imageVirtualPath// | * //imageVirtualPath// | ||
| Line 112: | Line 115: | ||
| ** {{wiki:PublicMethod.gif|}} CloneShallow() ** | ** {{wiki:PublicMethod.gif|}} CloneShallow() ** | ||
| - | Creates a shallow copy of the current WebImage object. | + | * //Creates a shallow copy of the current WebImage object.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 124: | Line 127: | ||
| ** {{wiki:PublicMethod.gif|}} ToJson() ** | ** {{wiki:PublicMethod.gif|}} ToJson() ** | ||
| - | Returns a JSON string that contains the information for creating a client image object at the client side. | + | * //Returns a JSON string that contains the information for creating a client image object at the client side.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 136: | Line 139: | ||
| ** {{wiki:PublicMethod.gif|}} FromJson(String) ** | ** {{wiki:PublicMethod.gif|}} FromJson(String) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 152: | Line 155: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 164: | Line 167: | ||
| ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 180: | Line 183: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 192: | Line 195: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 205: | Line 208: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 217: | Line 220: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||