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 AdornmentLayerDrawing event. It is raised before the AdornmentLayer is drawn.
This is the event arguments class for the AdornmentLayerDrawing event. It is raised before the AdornmentLayer is drawn. This event allows you to manipulate the AdornmentLayer, or draw something with the canvas before the AdornmentLayer draws.
*System.Object System.EventArgs *ThinkGeo.MapSuite.Core.AdornmentLayerDrawingEventArgs
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the default constructor for the class. | ||
![]() | 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 |
---|---|---|---|
![]() | AdornmentLayer | This property gets and sets the AdornmentLayer 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 |
---|---|---|
adornmentLayer | AdornmentLayer<!– ThinkGeo.MapSuite.Core.AdornmentLayer –> | This parameter is the AdornmentLayer 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 AdornmentLayer that will be drawn.
Return Type |
---|
AdornmentLayer<!– ThinkGeo.MapSuite.Core.AdornmentLayer –> |
<!– ThinkGeo.MapSuite.Core.AdornmentLayerDrawingEventArgs –> Go Back