ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –>
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay</a>
*System.Object ThinkGeo.MapSuite.DesktopEdition.Overlay *ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() |
Name | Parameters | DeclaringType | Summary |
---|
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | Overlay | |
![]() | TimeSpan | Overlay | |
![]() | PointStyle | ||
![]() | DrawingExceptionMode | Overlay | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. |
![]() | TimeSpan | Overlay | This property gets the last drawing time for the Overlay. |
![]() | AreaStyle | ||
![]() | Boolean | Overlay | Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false. |
![]() | Boolean | ||
![]() | Boolean | Overlay(overriden) | |
![]() | Boolean | Overlay | Gets or sets a value that indicates whether the overlay is visible on the map. |
![]() | OverlayLock | Overlay | This property gets the OverlayLock object. |
![]() | String | Overlay | Gets or sets the name of the overlay, which can be used to represent a specific overlay. |
![]() | BitmapTileCache | Overlay | This property gets or sets the preview tile cache system. In order for this system to work, you must be in multi-threaded mode and have the tile cache set. |
![]() | GeoCollection<PrinterLayer> | ||
![]() | BitmapTileCache | Overlay | This property gets or sets the TileCache used for the overlay. |
Name | Return | DeclaringType | Summary |
---|
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#PrinterInteractiveOverLay.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#PrinterInteractiveOverLay.28.29</a>
Name | Type | Description |
---|
This method draws the Overlay.
This method is the concrete wrapper for the abstract method DrawCore. This method draws the representation of the overlay based on the extent you provided.As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | This parameter is the canvas object to draw on. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This method will be used to draw preview tiles to the canvas.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#DrawPreview.28GeoCanvas.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#DrawPreview.28GeoCanvas.29</a>
Return Type | Description |
---|---|
TilesExistingType<!– ThinkGeo.MapSuite.DesktopEdition.TilesExistingType –> | The tile existing type, which indicates whether any tiles exist. |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | This parameter is the canvas object to draw on. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#Equals.28Object.29</a>
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#GetHashCode.28.29</a>
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#GetType.28.29</a>
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method will simulate the KeyDown interaction.
This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | KeyEventInteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This method will simulate the KeyUp interaction.
This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | KeyEventInteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseClick interaction.
This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseDoubleClick interaction.
This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseDown interaction.
This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseMove interaction.
This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseUp interaction.
This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseWheel interaction.
This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#Refresh.28GeoCanvas.2C_RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#Refresh.28GeoCanvas.2C_RectangleShape.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
extent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentToRefresh | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> | |
bufferTimeType | RequestDrawingBufferTimeType<!– ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentsToRefresh | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentsToRefresh | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> | |
bufferTimeType | RequestDrawingBufferTimeType<!– ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
bufferTime | TimeSpan<!– System.TimeSpan –> | |
bufferTimeType | RequestDrawingBufferTimeType<!– ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
bufferTime | TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentsToRefresh | IEnumerable<RectangleShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentToRefresh | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
extentToRefresh | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
bufferTime | TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#ToString.28.29</a>
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
<!– static –>
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#get_InteractiveClickInterval.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#get_InteractiveClickInterval.28.29</a>
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
<!– static –>
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#set_InteractiveClickInterval.28Int32.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#set_InteractiveClickInterval.28Int32.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
value | Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#DrawAttributionCore.28GeoCanvas.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#DrawAttributionCore.28GeoCanvas.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#DrawCore.28GeoCanvas.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#DrawCore.28GeoCanvas.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay(overriden) –> Go Back
This method will draw on the canvas when an exception occurs during the drawing process.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#DrawException.28GeoCanvas.2C_Exception.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#DrawException.28GeoCanvas.2C_Exception.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | This parameter is the canvas object to draw on. |
e | Exception<!– System.Exception –> | This parameter is the exception that is occurring. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This method is the Core method of DrawException, which can be overridden if you want to change its logic. This method will draw on the canvas when an exception occurs during drawing process.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#DrawExceptionCore.28GeoCanvas.2C_Exception.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#DrawExceptionCore.28GeoCanvas.2C_Exception.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | This parameter is the canvas object to draw on. |
e | Exception<!– System.Exception –> | This parameter is the exception that is occurring. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This is the core method of DrawPreview which is intended to be overridden by its concrete sub class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#DrawPreviewCore.28GeoCanvas.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#DrawPreviewCore.28GeoCanvas.29</a>
Return Type | Description |
---|---|
TilesExistingType<!– ThinkGeo.MapSuite.DesktopEdition.TilesExistingType –> | The tile existing type, which indicates whether any tiles exist. |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | This parameter is the canvas object to draw on. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#Finalize.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This protected virtual method is the Core method of KeyDown API.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#KeyDownCore.28KeyEventInteractionArguments.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#KeyDownCore.28KeyEventInteractionArguments.29</a>
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | KeyEventInteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This protected virtual method is the Core method of KeyDown API.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#KeyUpCore.28KeyEventInteractionArguments.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#KeyUpCore.28KeyEventInteractionArguments.29</a>
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | KeyEventInteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#MemberwiseClone.28.29</a>
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#MouseClickCore.28InteractionArguments.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#MouseClickCore.28InteractionArguments.29</a>
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay(overriden) –> Go Back
This protected virtual method is the Core method of the MouseDoubleClick API.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#MouseDoubleClickCore.28InteractionArguments.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#MouseDoubleClickCore.28InteractionArguments.29</a>
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#MouseDownCore.28InteractionArguments.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#MouseDownCore.28InteractionArguments.29</a>
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#MouseMoveCore.28InteractionArguments.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#MouseMoveCore.28InteractionArguments.29</a>
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#MouseUpCore.28InteractionArguments.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#MouseUpCore.28InteractionArguments.29</a>
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay(overriden) –> Go Back
This protected virtual method is the Core method of the MouseWheel API.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#MouseWheelCore.28InteractionArguments.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#MouseWheelCore.28InteractionArguments.29</a>
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.DesktopEdition.InteractionArguments –> | This parameter represents the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired before Overlay is drawn.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnDrawing.28DrawingOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnDrawing.28DrawingOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | DrawingOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs –> | The OverlayDrawingEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawingAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This event will be fired after Overlay is drawn.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnDrawn.28DrawnOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnDrawn.28DrawnOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | DrawnOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs –> | The OverlayDrawnEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawnAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This event will be fired when MapKeyDown is called.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapKeyDownInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs –> | The MapKeyDownInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when MapKeyUp is called.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapKeyUpInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs –> | The MapKeyUpInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseClick is called.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs –> | The MapMouseClickInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseDoubleClick is called.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseDoubleClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs –> | The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseDown is called.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseDownInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs –> | The MapMouseDownInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseMove is called.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseMoveInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs –> | The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseUp is called.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseUpInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs –> | The MapMouseUpInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseWheel is called.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseWheelInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs –> | The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
eventArgs | RequestedDrawingOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
eventArgs | RequestingDrawingOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#RefreshCore.28GeoCanvas.2C_RectangleShape.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#RefreshCore.28GeoCanvas.2C_RectangleShape.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
extent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#DrawAttributionCore.28GeoCanvas.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#DrawAttributionCore.28GeoCanvas.29</a>
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Return Type |
---|
TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#ControlPointStyle” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#ControlPointStyle</a>
Return Type |
---|
PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> |
<!– ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay –> Go Back
This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#DrawingExceptionMode” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#DrawingExceptionMode</a>
Return Type |
---|
DrawingExceptionMode<!– ThinkGeo.MapSuite.Core.DrawingExceptionMode –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This property gets the last drawing time for the Overlay.
We track the drawing time for the Overlay and report it back in this method. This is useful to determine the speed of various Overlays.
Return Type |
---|
TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#EditMask” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#EditMask</a>
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay –> Go Back
Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#IsBase” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#IsBase</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#IsEditable” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#IsEditable</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#IsEmpty” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#IsEmpty</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay(overriden) –> Go Back
Gets or sets a value that indicates whether the overlay is visible on the map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#IsVisible” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#IsVisible</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This property gets the OverlayLock object.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#Lock” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#Lock</a>
Return Type |
---|
OverlayLock<!– ThinkGeo.MapSuite.DesktopEdition.OverlayLock –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
Gets or sets the name of the overlay, which can be used to represent a specific overlay.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#Name” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#Name</a>
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This property gets or sets the preview tile cache system. In order for this system to work, you must be in multi-threaded mode and have the tile cache set.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#PreviewTileCache” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#PreviewTileCache</a>
Return Type |
---|
BitmapTileCache<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#PrinterLayers” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#PrinterLayers</a>
Return Type |
---|
GeoCollection<PrinterLayer><!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.Core.PrinterLayer} –> |
<!– ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay –> Go Back
This property gets or sets the TileCache used for the overlay.
The TileCache system is always used for better performance, especially in the case where your application tiles can be pregenerated.
Return Type |
---|
BitmapTileCache<!– ThinkGeo.MapSuite.Core.BitmapTileCache –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This event will be fired before the Overlay is drawn.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnDrawing.28DrawingOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnDrawing.28DrawingOverlayEventArgs.29</a>
Event Arguments |
---|
DrawingOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</a>
Event Arguments |
---|
DrawingAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This event will be fired after the Overlay is drawn.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnDrawn.28DrawnOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnDrawn.28DrawnOverlayEventArgs.29</a>
Event Arguments |
---|
DrawnOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</a>
Event Arguments |
---|
DrawnAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
This event will be fired when the key is pressed down when focusing on the Map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
MapKeyDownInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when the key is released up when focusing on the Map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
MapKeyUpInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when the Mouse button is clicked (mouse up and mouse down in the same postion) on the Map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
MapMouseClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when the Mouse button is double-clicked on the Map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
MapMouseDoubleClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when the Mouse button is pressed (down) on the Map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
MapMouseDownInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when the Mouse is moved on the Map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
MapMouseMoveInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when the Mouse button is released (up) on the Map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
MapMouseUpInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
This event will be fired when the Mouse wheel is scrolled while the cursor is over the Map.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PrinterInteractiveOverLay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29</a>
Event Arguments |
---|
MapMouseWheelInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Event Arguments |
---|
RequestedDrawingOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Event Arguments |
---|
RequestingDrawingOverlayEventArgs<!– ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.DesktopEdition.Overlay –> Go Back
NOTOC DesktopEdition ThinkGeo.MapSuite.DesktopEdition UpdateDocumentation