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 class for the LayersDrawing event on the MapEngine class. It is raised before any of the layers are drawn.
This is the event arguments class for the LayersDrawing event on the MapEngine class. It is raised before any of the layers 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.Core.LayersDrawingEventArgs
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is a constructor for the class. | ||
![]() | IEnumerable<Layer>, RectangleShape, Object | 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 and sets the value that indicates you want to cancel all of the layers from drawing. | |
![]() | IEnumerable<Layer> | This property gets and sets the layers you will be drawing. | |
![]() | Object | This property gets and sets the GeoImage or native image that we are drawing on. | |
![]() | RectangleShape | This property gets and sets the world extent that will be drawn. |
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 layers to be drawn, the world extent, and the image you are drawing on.
Name | Type | Description |
---|---|---|
layers | IEnumerable<Layer><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Layer} –> | This parameter is the layers that will be drawn. |
worldExtent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | This parameter is the world extent you are drawing. |
nativeImage | Object<!– System.Object –> | This parameter is the GeoImage or native map image. |
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This property gets and sets the value that indicates you want to cancel all of the layers from drawing.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.LayersDrawingEventArgs –> Go Back
This property gets and sets the layers you will be drawing.
Return Type |
---|
IEnumerable<Layer><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Layer} –> |
<!– ThinkGeo.MapSuite.Core.LayersDrawingEventArgs –> Go Back
This property gets and sets the GeoImage or native image that we are drawing on.
Return Type |
---|
Object<!– System.Object –> |
<!– ThinkGeo.MapSuite.Core.LayersDrawingEventArgs –> Go Back
This property gets and sets the world extent that will be drawn.
Return Type |
---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.Core.LayersDrawingEventArgs –> Go Back