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 –> This is the event arguments for the OverlaysDrawing event on the MapEngine class. It is raised before any of the overlays are drawn.
This is the event arguments for the OverlaysDrawing event on the MapEngine class. It is raised before any of the overlays are drawn. This event allows you to cancel, manipulate the Layer, or draw something with the canvas before the Layer draws.
*System.Object System.EventArgs *ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is a constructor for the class. | ||
![]() | IEnumerable<Overlay>, RectangleShape, Object, Boolean | This is a constructor for the class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Boolean | This property gets or sets whether the action will be canceled or not. | |
![]() | Object | This property gets and sets the GeoImage or native image we are drawing on. | |
![]() | IEnumerable<Overlay> | This property gets the overlays you will be drawing. | |
![]() | RectangleShape | This property gets and sets the world extent to draw. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is a constructor for the class.
This is the default constructor. If you use this constructor then you need to set the required properties manually.
This is the default constructor. If you use this constructor then you need to set the required properties manually.
Name | Type | Description |
---|
This is a constructor for the class.
This constructor allows you to set the overlays to be drawn, the world extent and the image you are drawing on.
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Name | Type | Description |
---|---|---|
overlays | IEnumerable<Overlay><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.DesktopEdition.Overlay} –> | This parameter is the overlays that will be drawing. |
worldExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | This parameter is the wold extent you are drawing. |
nativeImage | Object<!– System.Object –> | This parameter is the native map image. |
cancel | Boolean<!– System.Boolean –> | This parameter specifies whether we need to cancel drawing the overlays or not. |
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#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.OverlaysDrawingWpfMapEventArgs#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#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.OverlaysDrawingWpfMapEventArgs#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#GetType.28.29</a>
Return Type | Description |
---|---|
Type<!– System.Type –> |
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.OverlaysDrawingWpfMapEventArgs#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#ToString.28.29</a>
Return Type | Description |
---|---|
String<!– System.String –> |
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.OverlaysDrawingWpfMapEventArgs#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#Finalize.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
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.OverlaysDrawingWpfMapEventArgs#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#MemberwiseClone.28.29</a>
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This property gets or sets whether the action will be canceled or not.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#Cancel” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#Cancel</a>
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs –> Go Back
This property gets and sets the GeoImage or native image we are drawing on.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#NativeImage” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#NativeImage</a>
Return Type |
---|
Object<!– System.Object –> |
<!– ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs –> Go Back
This property gets the overlays you will be drawing.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#firstHeading" class="firstHeading" lang="en"><span dir="auto” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#firstHeading“ class=“firstHeading” lang=“en”><span dir=“auto</a>
Return Type |
---|
IEnumerable<Overlay><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.DesktopEdition.Overlay} –> |
<!– ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs –> Go Back
This property gets and sets the world extent to draw.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#WorldExtent” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs#WorldExtent</a>
Return Type |
---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs –> Go Back