I want to move and click the mouse to line the polygon.
(I want to change the shape by dragging the line in shape.)
But I do not know that law.
Please help me.
AxMap1.CursorMode = tkCursorMode.cmEditShape;
AxMap1.ChooseLayer += axMap1_ChooseLayer;
private void axMap1_ChooseLayer(object sender, AxMapWinGIS._DMapEvents_ChooseLayerEvent e)
https://mapwingis.codeplex.com/wikipage?title=NotesVersion493
I refer to this link. but I do not understand. TT
I was using Google Translator.
Please understand. ^_____^
(I want to change the shape by dragging the line in shape.)
But I do not know that law.
Please help me.
my source code.
sf.InteractiveEditing = true;AxMap1.CursorMode = tkCursorMode.cmEditShape;
AxMap1.ChooseLayer += axMap1_ChooseLayer;
private void axMap1_ChooseLayer(object sender, AxMapWinGIS._DMapEvents_ChooseLayerEvent e)
{
if (AxMap1.CursorMode == tkCursorMode.cmEditShape)
{
e.layerHandle = layerHandle;
}
}
https://mapwingis.codeplex.com/wikipage?title=NotesVersion493
I refer to this link. but I do not understand. TT
I was using Google Translator.
Please understand. ^_____^