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 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. This event allows you to manipulate the AdornmentLayers, or draw something with the canvas before any of the AdornmentLayers are drawn.
*System.Object System.EventArgs *ThinkGeo.MapSuite.PortableCore.AdornmentLayersDrawingEventArgs
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 will be 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 will be 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 will be drawn.
Return Type |
---|
IEnumerable<AdornmentLayer><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.PortableCore.AdornmentLayer} –> |
<!– ThinkGeo.MapSuite.PortableCore.AdornmentLayersDrawingEventArgs –> Go Back