This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
map_suite_predefined_styles [2016/11/16 21:19] tomtaylor [WorldMapKitTextStyles] |
map_suite_predefined_styles [2016/11/16 23:31] (current) tomtaylor [Overview] |
||
---|---|---|---|
Line 5: | Line 5: | ||
=== Code === | === Code === | ||
- | This code snippet will retrieve all of the AreaStyles returned by the methods in the WorldMapKitAreaStyles class using //Reflection//, and saves them as images. | + | This code snippet retrieves all of the AreaStyles returned by the methods in the WorldMapKitAreaStyles class using //Reflection//, and saves them as images. |
MethodInfo[] methodInfos = typeof(WorldMapKitAreaStyles).GetMethods(BindingFlags.Public | BindingFlags.Static); | MethodInfo[] methodInfos = typeof(WorldMapKitAreaStyles).GetMethods(BindingFlags.Public | BindingFlags.Static); |