This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.adornmentlayersdrawingeventargs [2015/09/18 05:37] admin |
thinkgeo.mapsuite.core.adornmentlayersdrawingeventargs [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.AdornmentLayersDrawingEventArgs ====== | ====== ThinkGeo.MapSuite.Core.AdornmentLayersDrawingEventArgs ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| This is the event arguments class for the AdornmentLayersDrawing event. It is raised before any of the AdornmentLayers are drawn. | This is the event arguments class for the AdornmentLayersDrawing event. It is raised before any of the AdornmentLayers are drawn. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 9: | Line 12: | ||
| ** {{wiki:PublicMethod.gif|}} AdornmentLayersDrawingEventArgs() ** | ** {{wiki:PublicMethod.gif|}} AdornmentLayersDrawingEventArgs() ** | ||
| - | This is the default constructor for the class. | + | * //This is the default 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|}} AdornmentLayersDrawingEventArgs(IEnumerable<AdornmentLayer>) ** | ** {{wiki:PublicMethod.gif|}} AdornmentLayersDrawingEventArgs(IEnumerable<AdornmentLayer>) ** | ||
| - | This is a constructor for the class. | + | * //This is a constructor for the class.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Parameters == | == Parameters == | ||
| * //adornmentLayers// | * //adornmentLayers// | ||
| Line 29: | Line 32: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 41: | Line 44: | ||
| ** {{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 57: | Line 60: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 69: | Line 72: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 82: | Line 85: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 94: | Line 97: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||