drawing modes
This commit is contained in:
parent
b21a7c7ef2
commit
6f96b2af97
6 changed files with 185 additions and 18 deletions
|
@ -27,4 +27,14 @@
|
|||
return $"{X}_{Y}_{EndX}_{EndY}";
|
||||
}
|
||||
}
|
||||
|
||||
public class SnapPoint : BaseMapEntity
|
||||
{
|
||||
public int Index { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{X}_{Y}_{Index}";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue