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
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
<!– Class –> This is the event arguments class for the LayerDrawn event on the MapEngine class. It is raised after a layer is drawn.
This is the event arguments class for the LayerDrawn event on the MapEngine class. It is raised after the layer is drawn. This event allows you to manipulate the Layer, or draw something with the canvas after the Layer draws.
*System.Object System.EventArgs *ThinkGeo.MapSuite.WindowsPhoneCore.LayerDrawnEventArgs
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
LayerDrawnEventArgs | This is a constructor for the class. | ||
LayerDrawnEventArgs | Layer, RectangleShape, Object | This is a constructor for the class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
Equals | Object | Object | |
GetHashCode | Object | ||
GetType | Object | ||
ToString | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
CurrentLayer | Layer | This property gets and sets layer that has drawn. | |
NativeImage | Object | This property gets and sets the GeoImage or native image that we are drawing on. | |
WorldExtent | 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 Layer to be drawn, the world extent, and the image you are drawing on.
Name | Type | Description |
---|---|---|
currentLayer | Layer<!– ThinkGeo.MapSuite.WindowsPhoneCore.Layer –> | This parameter is the layer that has drawn. |
worldExtent | RectangleShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.RectangleShape –> | This parameter is the world extent that has drawn. |
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 layer that has drawn.
Return Type |
---|
Layer<!– ThinkGeo.MapSuite.WindowsPhoneCore.Layer –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.LayerDrawnEventArgs –> Go Back
This property gets and sets the GeoImage or native image that we are drawing on.
Return Type |
---|
Object<!– System.Object –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.LayerDrawnEventArgs –> Go Back
This property gets and sets the world extent to draw.
Return Type |
---|
RectangleShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.RectangleShape –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.LayerDrawnEventArgs –> Go Back