add mapcontrol
add remote path(gitlab)
This commit is contained in:
14
Cs_HMI/SubProject/AGVMapControl/Models/CustomLine.cs
Normal file
14
Cs_HMI/SubProject/AGVMapControl/Models/CustomLine.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Drawing;
|
||||
using System;
|
||||
|
||||
|
||||
namespace AGVMapControl.Models
|
||||
{
|
||||
public class CustomLine
|
||||
{
|
||||
public Point StartPoint { get; set; }
|
||||
public Point EndPoint { get; set; }
|
||||
public Color LineColor { get; set; }
|
||||
public int LineWidth { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user