This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.portablecore.layersdrawingeventargs [2015/09/21 08:12] admin |
thinkgeo.mapsuite.portablecore.layersdrawingeventargs [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.LayersDrawingEventArgs ====== | ====== ThinkGeo.MapSuite.Core.LayersDrawingEventArgs ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
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. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 9: | Line 12: | ||
** {{wiki:PublicMethod.gif|}} LayersDrawingEventArgs() ** | ** {{wiki:PublicMethod.gif|}} LayersDrawingEventArgs() ** | ||
- | This is a constructor for the class. | + | * //This is a constructor for the class.// |
== Remarks == | == Remarks == | ||
- | 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.// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} LayersDrawingEventArgs(IEnumerable<Layer>,RectangleShape,Object) ** | ** {{wiki:PublicMethod.gif|}} LayersDrawingEventArgs(IEnumerable<Layer>,RectangleShape,Object) ** | ||
- | This is a constructor for the class. | + | * //This is a constructor for the class.// |
== Remarks == | == Remarks == | ||
- | None | + | * //None// |
== Parameters == | == Parameters == | ||
* //layers// | * //layers// | ||
Line 37: | Line 40: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 49: | Line 52: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 65: | Line 68: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 77: | Line 80: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 90: | Line 93: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 102: | Line 105: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 115: | Line 118: | ||
** {{wiki:PublicProperty.gif|}} Cancel ** | ** {{wiki:PublicProperty.gif|}} Cancel ** | ||
- | This property gets and sets the value that indicates you want to cancel all of the layers from drawing. | + | * //This property gets and sets the value that indicates you want to cancel all of the layers from drawing.// |
== Remarks == | == Remarks == | ||
- | None | + | * //None// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 123: | Line 126: | ||
** {{wiki:PublicProperty.gif|}} WorldExtent ** | ** {{wiki:PublicProperty.gif|}} WorldExtent ** | ||
- | This property gets and sets the world extent that will be drawn. | + | * //This property gets and sets the world extent that will be drawn.// |
== Remarks == | == Remarks == | ||
- | None | + | * //None// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
Line 131: | Line 134: | ||
** {{wiki:PublicProperty.gif|}} NativeImage ** | ** {{wiki:PublicProperty.gif|}} NativeImage ** | ||
- | This property gets and sets the GeoImage or native image that we are drawing on. | + | * //This property gets and sets the GeoImage or native image that we are drawing on.// |
== Remarks == | == Remarks == | ||
- | None | + | * //None// |
== Return Value == | == Return Value == | ||
* Type:Object | * Type:Object | ||
Line 139: | Line 142: | ||
** {{wiki:PublicProperty.gif|}} Layers ** | ** {{wiki:PublicProperty.gif|}} Layers ** | ||
- | This property gets and sets the layers you will be drawing. | + | * //This property gets and sets the layers you will be drawing.// |
== Remarks == | == Remarks == | ||
- | None | + | * //None// |
== Return Value == | == Return Value == | ||
* Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Layer|Layer]]> | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Layer|Layer]]> |