User Tools

Site Tools


thinkgeo.mapsuite.core.mrsidrasterlayer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.mrsidrasterlayer [2015/09/17 10:35]
admin
thinkgeo.mapsuite.core.mrsidrasterlayer [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.MrSidRasterLayer ====== ====== ThinkGeo.MapSuite.Core.MrSidRasterLayer ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents a MrSid image to be drawn on the map. This class represents a MrSid image to be drawn on the map.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 7: Line 10:
         ***ThinkGeo.MapSuite.Core.MrSidRasterLayer**         ***ThinkGeo.MapSuite.Core.MrSidRasterLayer**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} MrSidRasterLayer() **
-**{{wiki:​PublicMethod.gif|}}[[#MrSidRasterLayer()|MrSidRasterLayer]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is a constructor for the class. +
-</​div>​+
  
-<​div ​class_table+  * //This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#MrSidRasterLayer(String)|MrSidRasterLayer]]** +== Remarks == 
-  * **Parameters**:​String +  * //If you use this constructor then, you need to set the PathFileName property manually before using the layer.// 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​This is a constructor for the class. +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} MrSidRasterLayer(String) **
  
-<div class_table>​ +  ​//This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#​MrSidRasterLayer(String,​String)|MrSidRasterLayer]]** +== Remarks == 
-  * **Parameters**:​String,​String +  * //This constructor gets the layer ready to use.// 
-  * **DeclaringType**:N/A +== Parameters ​== 
-  * **Summary**:This is a constructor for the class. +  * //​imagePathFilename//​ 
-</​div>​+    ​Type:String 
 +    Description:This parameter ​is the path and filename of the MrSid file you want to use.
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#MrSidRasterLayer(String,​RectangleShape)|MrSidRasterLayer]]** +** {{wiki:​PublicMethod.gif|}} MrSidRasterLayer(String,​String) **
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is a constructor for the class. +
-</​div>​+
  
-=== Protected Constructors === +  * //This is a constructor for the class.// 
-=== Public Methods === +== Remarks ​== 
-<div class_table>​ +  * //This constructor gets the layer ready to use.// 
-**{{wiki:​PublicMethod.gif|}}[[#​CloneDeep()|CloneDeep]]** +== Parameters ​== 
-  * **Parameters**:​N/A +  * //​imagePathFilename//​ 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] +    Type:String 
-  * **Summary**:N/A +    Description:This parameter is the path and filename of the MrSid image file you want to use.
-</​div>​+
  
-<div class_table>​ +  ​//​worldFilePathFilename//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Close()|Close]]*+    Type:String 
-  * **Parameters**:N/A +    Description:This parameter is the world file path and filename for the MrSid image you want to use.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Dispose()|Dispose]]** +** {{wiki:​PublicMethod.gif|}} ​MrSidRasterLayer(String,​RectangleShape) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​Release the unmanage resource in RasterSource. +
-</​div>​+
  
-<div class_table>​ +  ​//This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#​Draw(GeoCanvas,​Collection<​SimpleCandidate>​)|Draw]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +  * //This constructor gets the layer ready to use.// 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] +== Parameters == 
-  * **Summary**:N/A +  * //​imagePathFilename//​ 
-</​div>​+    ​Type:String 
 +    Description:This parameter is the path and filename of the MrSid image file you want to use.
  
-<div class_table>​ +  * //​imageExtent//​ 
-**{{wiki:PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** +    Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Parameters**:Object +    Description:This parameter is the image extent of the MrSid image file you want to use.
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetBoundingBox()|GetBoundingBox]]** +==== Protected Constructors ==== 
-  * **Parameters**:​N/​A +==== Public Methods ==== 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +** {{wiki:​PublicMethod.gif|}} ​Dispose() **
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//Release the unmanage resource in RasterSource.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHorizontalResolution()|GetHorizontalResolution]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#GetProjectionText()|GetProjectionText]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} GetProjectionText() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetThreadSafetyLevel()|GetThreadSafetyLevel]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +  * Type:String 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetVerticalResolution()|GetVerticalResolution]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​GetHorizontalResolution() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Open()|Open]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(RectangleShape,​TimeSpan)|RequestDrawing]]** +  * Type:Single 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​TimeSpan +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType)|RequestDrawing]]** +<​div ​newline></​div
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>,​TimeSpan,​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] +** {{wiki:​PublicMethod.gif|}} ​GetVerticalResolution() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType)|RequestDrawing]]*+== Remarks == 
-  * **Parameters**:​TimeSpan,​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(TimeSpan)|RequestDrawing]]** +  * Type:Single 
-  * **Parameters**:TimeSpan +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#RequestDrawing(IEnumerable<​RectangleShape>​)|RequestDrawing]]** +<​div ​newline></​div
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​ +** {{wiki:​PublicMethod.gif|}} RequestDrawing() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(RectangleShape)|RequestDrawing]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing()|RequestDrawing]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType)|RequestDrawing]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​TimeSpan,​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] +** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape) **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan)|RequestDrawing]]*+== Remarks == 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>,​TimeSpan +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-=== Protected Methods === +== Parameters ​== 
-<div class_table>​ +  * //​extentToRefresh//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CloneDeepCore()|CloneDeepCore]]** +    Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​CloseCore()|CloseCore]]** +** {{wiki:PublicMethod.gif|}} ​RequestDrawing(IEnumerable<​RectangleShape>​) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​DrawAttributionCore(GeoCanvas,​String)|DrawAttributionCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​String +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​DrawCore(GeoCanvas,​Collection<​SimpleCandidate>​)|DrawCore]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​DrawException(GeoCanvas,​Exception)|DrawException]]** +  * //​extentsToRefresh//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Exception +    Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​DrawExceptionCore(GeoCanvas,​Exception)|DrawExceptionCore]]** +** {{wiki:PublicMethod.gif|}} ​RequestDrawing(TimeSpan) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Exception +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetThreadSafetyLevelCore()|GetThreadSafetyLevelCore]]** +  * //​bufferTime//​ 
-  * **Parameters**:​N/A +    Type:TimeSpan 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +** {{wiki:PublicMethod.gif|}} ​RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnDrawingAttribution(DrawingAttributionLayerEventArgs)|OnDrawingAttribution]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnDrawingException(DrawingExceptionLayerEventArgs)|OnDrawingException]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnDrawingProgressChanged(DrawingProgressChangedEventArgs)|OnDrawingProgressChanged]]** +  * //​bufferTime//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] +    Type:TimeSpan 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​bufferTimeType//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnDrawnAttribution(DrawnAttributionLayerEventArgs)|OnDrawnAttribution]]*+    Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​OnDrawnException(DrawnExceptionLayerEventArgs)|OnDrawnException]]** +** {{wiki:PublicMethod.gif|}} ​RequestDrawing(RectangleShape,​TimeSpan) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnRequestedDrawing(RequestedDrawingLayerEventArgs)|OnRequestedDrawing]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnRequestingDrawing(RequestingDrawingLayerEventArgs)|OnRequestingDrawing]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OpenCore()|OpenCore]]** +  * //​extentToRefresh//​ 
-  * **Parameters**:​N/A +    Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-=== Public Properties === +  ​//​bufferTime//​ 
-**{{wiki:​PublicProperty.gif|}}[[#​Attribution|Attribution]]*+    Type:TimeSpan 
-  * **Return**:String +    Description:N/A
-  * **Summary**:N/A+
  
-**{{wiki:PublicProperty.gif|}}[[#​BlueTranslation|BlueTranslation]]** +<div newline></​div>​ 
-  * **Return**:​Single +** {{wiki:PublicMethod.gif|}} ​RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​DrawingExceptionMode|DrawingExceptionMode]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​DrawingTime|DrawingTime]]** +== Return Value == 
-  * **Return**:TimeSpan +  * Type:Void 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​GreenTranslation|GreenTranslation]]** +== Parameters == 
-  * **Return**:​Single +  ​//​extentToRefresh//​ 
-  * **Summary**:N/A+    ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​HasBoundingBox|HasBoundingBox]]** +  ​//​bufferTime//​ 
-  * **Return**:Boolean +    Type:TimeSpan 
-  * **Summary**:This property checks to see if a Layer has a BoundingBox or not. If it has no BoundingBox,​ it will throw an exception when you call the GetBoundingBox() and GetFullExtent() APIs. In mrSidRasterLayer,​ we override this API and mark it as true.+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​HasProjectionText|HasProjectionText]]** +  ​//​bufferTimeType//​ 
-  * **Return**:​Boolean +    ​Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​ImageSource|ImageSource]]** +<div newline></​div>​ 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +** {{wiki:PublicMethod.gif|}} ​RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​IsGrayscale|IsGrayscale]]** +  ​//N/A// 
-  * **Return**:​Boolean +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​IsNegative|IsNegative]]** +== Return Value == 
-  * **Return**:Boolean +  * Type:Void 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#IsOpen|IsOpen]]** +== Parameters == 
-  * **Return**:​Boolean +  ​//​extentsToRefresh//​ 
-  * **Summary**:N/A+    ​Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> 
 +    Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​IsVisible|IsVisible]]** +  ​//​bufferTime//​ 
-  * **Return**:Boolean +    Type:TimeSpan 
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​KeyColors|KeyColors]]** +<div newline></​div>​ 
-  * **Return**:​Collection<[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]> +** {{wiki:PublicMethod.gif|}} ​RequestDrawing(IEnumerable<RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) ​**
-  ​* **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​LowerThreshold|LowerThreshold]]** +  ​//N/A// 
-  * **Return**:​Double +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​Name|Name]]** +== Return Value == 
-  * **Return**:String +  * Type:Void 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​PathFilename|PathFilename]]** +== Parameters == 
-  * **Return**:String +  ​//​extentsToRefresh//​ 
-  * **Summary**:​This property gets and sets the path and filename of the MrSid file you want to use.+    ​Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> 
 +    Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​RedTranslation|RedTranslation]]** +  ​//​bufferTime//​ 
-  * **Return**:Single +    Type:TimeSpan 
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​RequestDrawingInterval|RequestDrawingInterval]]** +  ​//​bufferTimeType//​ 
-  * **Return**:​TimeSpan +    ​Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​SuppressClose|SuppressClose]]** +<div newline></​div>​ 
-  * **Return**:​Boolean +** {{wiki:PublicMethod.gif|}} ​GetThreadSafetyLevel() ​**
-  * **Summary**:​Gets or sets the SuppressClose property.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​Transparency|Transparency]]** +  ​//N/A// 
-  * **Return**:​Single +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:PublicProperty.gif|}}[[#​UpperThreshold|UpperThreshold]]** +== Return Value == 
-  * **Return**:​Double +  ​Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] 
-  * **Summary**:N/A+  * Description:N/A
  
-=== Protected Properties === +== Parameters ​== 
-**{{wiki:ProtectedProperty.gif|}}[[#​IsOpenCore|IsOpenCore]]** +<div newline></​div>​ 
-  * **Return**:​Boolean +** {{wiki:PublicMethod.gif|}} ​CloneDeep() ​**
-  * **Summary**:​N/​A+
  
-=== Public Events ​=== +  * //N/A// 
-**{{wiki:​PublicEvent.gif|}}[[#​DrawingAttribution|DrawingAttribution]]** +== Remarks ​== 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] +  * //N/A//
-  * **Summary**:​N/A+
  
-**{{wiki:​PublicEvent.gif|}}[[#​DrawingException|DrawingException]]** +== Return Value == 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] +  * Type:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicEvent.gif|}}[[#​DrawingProgressChanged|DrawingProgressChanged]]** +== Parameters == 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​Open() ​**
  
-**{{wiki:​PublicEvent.gif|}}[[#​DrawnAttribution|DrawnAttribution]]** +  ​//N/A// 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicEvent.gif|}}[[#​DrawnException|DrawnException]]** +== Return Value == 
-  * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] +  * Type:Void 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicEvent.gif|}}[[#​RequestedDrawing|RequestedDrawing]]** +== Parameters == 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​Close() ​**
  
-**{{wiki:​PublicEvent.gif|}}[[#​RequestingDrawing|RequestingDrawing]]** +  ​//N/A// 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-=== MrSidRasterLayer() === +  * Type:Void 
-This is a constructor for the class. +  * Description:​N/A
-==== Remarks ==== +
-If you use this constructor then, you need to set the PathFileName property manually before using the layer. +
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-=== MrSidRasterLayer(String) === +
-This is a constructor for the class. +
-==== Remarks ==== +
-This constructor gets the layer ready to use. +
-==== Parameters ==== +
-**imagePathFilename** +
-  ​* **Type**:String +
-  ​* **Description:​This parameter is the path and filename of the MrSid file you want to use.+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-=== MrSidRasterLayer(String,​String) === +<div newline></​div>​ 
-This is a constructor for the class. +** {{wiki:PublicMethod.gif|}} GetBoundingBox() ​**
-==== Remarks ==== +
-This constructor gets the layer ready to use. +
-==== Parameters ​==== +
-**imagePathFilename** +
-  * **Type**:String +
-  ​* **Description:​This parameter is the path and filename of the MrSid image file you want to use.+
  
-**worldFilePathFilename** +  ​//N/A// 
-  * **Type**:​String +== Remarks == 
-  * **Description:​This parameter is the world file path and filename for the MrSid image you want to use.+  * //N/A//
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-=== MrSidRasterLayer(String,​RectangleShape) ​=== +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-This is a constructor for the class. +  * Description:​N/A
-==== Remarks ==== +
-This constructor gets the layer ready to use. +
-==== Parameters ==== +
-**imagePathFilename** +
-  ​* **Type**:String +
-  ​* **Description:​This parameter is the path and filename of the MrSid image file you want to use.+
  
-**imageExtent** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +<div newline></​div>​ 
-  ​* **Description:​This parameter is the image extent of the MrSid image file you want to use.+** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas,​Collection<​SimpleCandidate>​) ​**
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-===== Protected Constructors ===== +== Remarks == 
-===== Public Methods ===== +  * //N/A//
-=== CloneDeep() === +
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​canvas//​ 
-=== Close() === +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​labelsInAllLayers//​ 
-  **Return ​Type**:Void +    * Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToString() **
-=== Dispose() === +
-Release the unmanage resource in RasterSource. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:String 
-=== Draw(GeoCanvas,​Collection<​SimpleCandidate>​) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} Equals(Object) ​**
  
-==== Parameters ==== +  * //N/A// 
-**canvas** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * //N/A//
-  * **Description**:​N/A+
  
-**labelsInAllLayers** +== Return Value == 
-  ​* **Type**:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Equals(Object) === +  * //obj/
-N/A +    * Type:Object 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**obj** +== Remarks ​== 
-  * **Type**:​Object +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetBoundingBox() === +  * Type:Int32 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} GetType() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetHashCode() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Int32 +  * Type:Type 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline><​/div> 
-=== GetHorizontalResolution() === +==== Protected Methods ​==== 
-N/A +** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() **
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Single +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-=== GetProjectionText() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:String +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} OpenCore() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetThreadSafetyLevel() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetType() === +** {{wiki:​ProtectedMethod.gif|}} CloseCore() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Type +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== GetVerticalResolution() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Single +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas,​Collection<​SimpleCandidate>​) ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== Open() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​canvas//​ 
-=== RequestDrawing(RectangleShape,​TimeSpan) === +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​labelsInAllLayers//​ 
-  **Return ​Type**:Void +    * Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**extentToRefresh** +** {{wiki:ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingLayerEventArgs) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  ​* **Description**:​N/​A+
  
-**bufferTime** +  ​//N/A// 
-  * **Type**:​TimeSpan +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​eventArgs//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**extentsToRefresh** +** {{wiki:ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) ​**
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​ +
-  ​* **Description**:​N/​A+
  
-**bufferTime** +  ​//N/A// 
-  * **Type**:​TimeSpan +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**bufferTimeType** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType) === +  * //​eventArgs/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} GetThreadSafetyLevelCore() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**bufferTime** +== Remarks ​== 
-  * **Type**:​TimeSpan +  * //N/A//
-  * **Description**:​N/A+
  
-**bufferTimeType** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] +  * Type:​[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== RequestDrawing(TimeSpan) === +<div newline><​/div> 
-N/A +** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**bufferTime** +  * Type:[[ThinkGeo.MapSuite.Core.Layer|Layer]] 
-  ​* **Type**:TimeSpan +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​=
-=== RequestDrawing(IEnumerable<RectangleShape>) === +<div newline></div> 
-N/A +** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**extentsToRefresh** +  * Type:Void 
-  ​* **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​ +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== RequestDrawing(RectangleShape) === +  * //canvas/
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//e// 
-  **Return ​Type**:Void +    * Type:Exception 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**extentToRefresh** +** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== RequestDrawing() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​canvas//​ 
-=== RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) === +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//e// 
-  **Return ​Type**:Void +    * Type:Exception 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**extentToRefresh** +** {{wiki:ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionLayerEventArgs) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  ​* **Description**:​N/​A+
  
-**bufferTime** +  ​//N/A// 
-  * **Type**:​TimeSpan +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**bufferTimeType** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) === +  * //e/
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionLayerEventArgs) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**extentsToRefresh** +== Remarks ​== 
-  * **Type**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​ +  * //N/A//
-  * **Description**:​N/A+
  
-**bufferTime** +== Return Value == 
-  ​* **Type**:TimeSpan +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== ToString() === +  * //e/
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:String +** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas,​String**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-===== Protected Methods ===== +  * //N/A//
-=== CloneDeepCore() === +
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Protected Methods|Go Back]] +  * //​canvas//​ 
-=== CloseCore() === +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​attribution//​ 
-  **Return ​Type**:Void +    * Type:String 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionLayerEventArgs**
-=== DrawAttributionCore(GeoCanvas,​String=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**canvas** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**attribution** +== Parameters == 
-  * **Type**:String +  * //args// 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] 
 +    * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +<div newline></div> 
-=== DrawCore(GeoCanvas,​Collection<SimpleCandidate>) === +** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionLayerEventArgs) **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**canvas** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**labelsInAllLayers** +== Parameters == 
-  * **Type**:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> +  * //args// 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] 
 +    * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== DrawException(GeoCanvas,​Exception=== +** {{wiki:​ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**canvas** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**e** +== Parameters == 
-  * **Type**:Exception +  ​//e// 
-  * **Description**:N/A+    * Type:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] 
 +    * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== DrawExceptionCore(GeoCanvas,​Exception=== +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**canvas** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**e** +== Parameters == 
-  * **Type**:Exception +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== Finalize() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Object 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#​Protected Methods|Go Back]] +<div newline><​/div> 
-=== GetBoundingBoxCore() === +==== Public Properties ​==== 
-N/A +** {{wiki:​PublicProperty.gif|}} PathFilename **
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +This property gets and sets the path and filename of the MrSid file you want to use. 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +== Remarks == 
-  * **Description**:N/A+This should be a complete path and filename for the MrSid file. 
 +== Return Value == 
 +  * Type:String
  
-==== Parameters ==== +** {{wiki:​PublicProperty.gif|}} SuppressClose **
-[[#​Protected Methods|Go Back]] +
-=== GetThreadSafetyLevelCore() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +Gets or sets the SuppressClose property. 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] +== Remarks == 
-  * **Description**:N/A+If set the SuppressClose to ture, then the RasterSource will not be closed even you call the Close API. 
 +== Return Value == 
 +  * Type:Boolean
  
-==== Parameters ==== +** {{wiki:​PublicProperty.gif|}} HasBoundingBox **
-[[#​Protected Methods|Go Back]] +
-=== MemberwiseClone() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +This property checks to see if a Layer has a BoundingBox or not. If it has no BoundingBox,​ it will throw an exception when you call the GetBoundingBox() and GetFullExtent() APIs. In mrSidRasterLayer,​ we override this API and mark it as true. 
-  * **Return ​Type**:Object +== Remarks == 
-  * **Description**:N/A+The default implementation in the base class returns false. 
 +== Return Value == 
 +  * Type:Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} ImageSource ​**
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== OnDrawingAttribution(DrawingAttributionLayerEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} WrappingMode ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**args** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnDrawingException(DrawingExceptionLayerEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.WrappingMode|WrappingMode]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} WrappingExtent ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnDrawingProgressChanged(DrawingProgressChangedEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} UpperThreshold ​**
-  * **Return Type**:Void +
-  * **Description**:​N/​A +
- +
-==== Parameters ==== +
-**e** +
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] 
-=== OnDrawnAttribution(DrawnAttributionLayerEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:Double
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} LowerThreshold ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**args** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnDrawnException(DrawnExceptionLayerEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:Double
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} HasProjectionText ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnRequestedDrawing(RequestedDrawingLayerEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​Boolean
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} RequestDrawingInterval ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**eventArgs** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnRequestingDrawing(RequestingDrawingLayerEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​TimeSpan
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} IsOpen ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**eventArgs** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OpenCore() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​Boolean
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} DrawingTime ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== Attribution === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:String+  * Type:TimeSpan
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} Name **
-=== BlueTranslation === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Single+
  
-[[#Public Properties|Go Back]] 
-=== DrawingExceptionMode === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]+  * Type:String
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} Attribution ​**
-=== DrawingTime === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:TimeSpan+
  
-[[#Public Properties|Go Back]] 
-=== GreenTranslation === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:String
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} IsVisible ​**
-=== HasBoundingBox === +
-This property checks to see if a Layer has a BoundingBox or not. If it has no BoundingBox,​ it will throw an exception when you call the GetBoundingBox() and GetFullExtent() APIs. In mrSidRasterLayer,​ we override this API and mark it as true. +
-==== Remarks ==== +
-The default implementation in the base class returns false. +
-==== Return Value ==== +
-**Return Type**:Boolean+
  
-[[#Public Properties|Go Back]] 
-=== HasProjectionText === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:​Boolean
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} Transparency **
-=== ImageSource === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]]+
  
-[[#Public Properties|Go Back]] 
-=== IsGrayscale === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Single
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} BlueTranslation ​**
-=== IsNegative === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Boolean+
  
-[[#Public Properties|Go Back]] 
-=== IsOpen === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Single
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} RedTranslation ​**
-=== IsVisible === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Boolean+
  
-[[#Public Properties|Go Back]] 
-=== KeyColors === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Collection<​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]>​+  * Type:Single 
 + 
 +** {{wiki:PublicProperty.gif|}} GreenTranslation **
  
-[[#Public Properties|Go Back]] 
-=== LowerThreshold === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Double+  * Type:Single 
 + 
 +** {{wiki:PublicProperty.gif|}} KeyColors **
  
-[[#Public Properties|Go Back]] 
-=== Name === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:String+  * Type:Collection<​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]>​
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} IsNegative ​**
-=== PathFilename === +
-This property gets and sets the path and filename of the MrSid file you want to use. +
-==== Remarks ==== +
-This should be a complete path and filename for the MrSid file. +
-==== Return Value ==== +
-**Return Type**:String+
  
-[[#Public Properties|Go Back]] 
-=== RedTranslation === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:Boolean 
 + 
 +** {{wiki:PublicProperty.gif|}} IsGrayscale **
  
-[[#Public Properties|Go Back]] 
-=== RequestDrawingInterval === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:TimeSpan+  * Type:Boolean
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode ​**
-=== SuppressClose === +
-Gets or sets the SuppressClose property. +
-==== Remarks ==== +
-If set the SuppressClose to ture, then the RasterSource will not be closed even you call the Close API. +
-==== Return Value ==== +
-**Return Type**:Boolean+
  
-[[#Public Properties|Go Back]] 
-=== Transparency === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]
  
-[[#Public Properties|Go Back]] +==== Protected Properties ​==== 
-=== UpperThreshold ​=== +** {{wiki:​ProtectedProperty.gif|}} IsOpenCore ​**
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Double+
  
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-=== IsOpenCore === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:​Boolean
  
-[[#​Protected Properties|Go Back]] +==== Public Events ==== 
-===== Public Events ​===== +** {{wiki:​PublicEvent.gif|}} RequestedDrawing **
-=== DrawingAttribution ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} RequestingDrawing **
-=== DrawingException ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} DrawingProgressChanged ​**
-=== DrawingProgressChanged ​===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} DrawingException **
-=== DrawnAttribution ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} DrawnException ​**
-=== DrawnException ​===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} DrawingAttribution **
-=== RequestedDrawing ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} DrawnAttribution **
-=== RequestingDrawing ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]
  
-[[#Public Events|Go Back]] 
  
thinkgeo.mapsuite.core.mrsidrasterlayer.1442486104.txt.gz · Last modified: 2015/09/17 10:35 by admin