User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.vertexmovingeditinteractiveoverlayeventargs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
thinkgeo.mapsuite.wpfdesktopedition.vertexmovingeditinteractiveoverlayeventargs [2015/09/22 08:57]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs ====== 
-Provides data for the VertexMoving. event. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *System.EventArgs 
-      ***ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} VertexMovingEditInteractiveOverlayEventArgs() ** 
- 
-  * //​Constructor of VertexMovingEditInteractiveOverlayEventArgs class.// 
-== Remarks == 
-  * //If you use this constructor,​ you have to set the properties manually before use.// 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} VertexMovingEditInteractiveOverlayEventArgs(Boolean,​Feature,​Vertex) ** 
- 
-  * //​Constructor of VertexMovingEditInteractiveOverlayEventArgs class.// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​VertexMovingEditInteractiveOverlayEventArgs.28Boolean.2C_Feature.2C_Vertex.29//​ 
-== Parameters == 
-  * //cancel// 
-    * Type:​Boolean 
-    * Description:​Indicates whether the operation is canceled or not. 
- 
-  * //​affectedVertexFeature//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​Indicates a feature which is affected. 
- 
-  * //​movingVertex//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
-    * Description:​Indicates a vertex which is moving. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} VertexMovingEditInteractiveOverlayEventArgs(Boolean,​Feature,​Vertex,​PointShape) ** 
- 
-  * //​Constructor of VertexMovedEditInteractiveOverlayEventArgs class.// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​VertexMovingEditInteractiveOverlayEventArgs.28Boolean.2C_Feature.2C_Vertex.2C_PointShape.29//​ 
-== Parameters == 
-  * //cancel// 
-    * Type:​Boolean 
-    * Description:​This parameter specified the cancel property. 
- 
-  * //​affectedVertexFeature//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​This parameter specified the affectedVertex feature property. 
- 
-  * //​movingVertex//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
-    * Description:​This parameter specified the moving vertex. 
- 
-  * //​targetVertex//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​This parameter specified the target vertex. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​ToString.28.29//​ 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​Equals.28Object.29//​ 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​GetHashCode.28.29//​ 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​GetType.28.29//​ 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​Finalize.28.29//​ 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​MemberwiseClone.28.29//​ 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} TargetVertex ** 
- 
-Gets or sets the target vertex to be moved 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​TargetVertex 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
- 
-** {{wiki:​PublicProperty.gif|}} AffectedVertexFeature ** 
- 
-Gets or sets the Feature to be used to move vertex. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​AffectedVertexFeature 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
- 
-** {{wiki:​PublicProperty.gif|}} MovingVertex ** 
- 
-Gets or sets the vertex to be moved. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​MovingVertex 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
- 
-** {{wiki:​PublicProperty.gif|}} Cancel ** 
- 
-Gets or sets the action to be canceled or not. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​Cancel 
-== Return Value == 
-  * Type:​Boolean 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.wpfdesktopedition.vertexmovingeditinteractiveoverlayeventargs.1442912257.txt.gz · Last modified: 2015/09/22 08:57 by admin