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 AdornmentLayersDrawn event. It is raised after all of the AdornmentLayers have been drawn.
This is the event arguments class for the AdornmentLayersDrawn event. It is raised after all of the AdornmentLayers have been drawn. This event allows you to manipulate the AdornmentLayers, or draw something with the canvas after all of the AdornmentLayers have been drawn.
*System.Object System.EventArgs *ThinkGeo.MapSuite.PortableCore.AdornmentLayersDrawnEventArgs
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the default constructor for the class. | ||
![]() | IEnumerable<AdornmentLayer> | 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 |
---|---|---|---|
![]() | IEnumerable<AdornmentLayer> | This property gets and sets the AdornmentLayers that have been drawn. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is the default 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.
Name | Type | Description |
---|---|---|
adornmentLayers | IEnumerable<AdornmentLayer><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.PortableCore.AdornmentLayer} –> | This parameter is the AdornmentLayers that have been drawn. |
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 AdornmentLayers that have been drawn.
Return Type |
---|
IEnumerable<AdornmentLayer><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.PortableCore.AdornmentLayer} –> |
<!– ThinkGeo.MapSuite.PortableCore.AdornmentLayersDrawnEventArgs –> Go Back