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 –> Provides data for the FeatureResizing. event.
*System.Object System.EventArgs *ThinkGeo.MapSuite.SilverlightEdition.FeatureResizingEditInteractiveOverlayEventArgs
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the default constructor of this parameter. | ||
![]() | Feature, Boolean, PointShape, PointShape | This is the commonly used constructor. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Boolean | This property gets or sets the action to be canceled or not. | |
![]() | Feature | This property gets or sets the Feature to be used to resized. | |
![]() | PointShape | This property gets or sets the source control point to resize. | |
![]() | PointShape | This property gets or sets the target control point to resize. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is the default constructor of this parameter.
If you use this constructor, you have to set the properties manually before use.
Name | Type | Description |
---|
This is the commonly used constructor.
Name | Type | Description |
---|---|---|
resizingFeature | Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> | This parameter specified the target feature to be resized. |
cancel | Boolean<!– System.Boolean –> | This parameter specified the cancel property. |
sourceControlPoint | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specified the source control point to be resized. |
targetControlPoint | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | This parameter specified the target control point to be resized. |
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 or sets the action to be canceled or not.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.FeatureResizingEditInteractiveOverlayEventArgs –> Go Back
This property gets or sets the Feature to be used to resized.
Return Type |
---|
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.FeatureResizingEditInteractiveOverlayEventArgs –> Go Back
This property gets or sets the source control point to resize.
Return Type |
---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.FeatureResizingEditInteractiveOverlayEventArgs –> Go Back
This property gets or sets the target control point to resize.
Return Type |
---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.FeatureResizingEditInteractiveOverlayEventArgs –> Go Back