hytos / DTI_PID / SPPIDConverter / BaseModel / SPPID / SPPIDLabelLocationInfo.cs @ 53c81765
이력 | 보기 | 이력해설 | 다운로드 (362 Bytes)
1 | 1a3a74a8 | gaqhf | using System; |
---|---|---|---|
2 | using System.Collections.Generic; |
||
3 | using System.Linq; |
||
4 | using System.Text; |
||
5 | using System.Threading.Tasks; |
||
6 | |||
7 | namespace Converter.BaseModel |
||
8 | { |
||
9 | public class SPPIDLabelLocationInfo |
||
10 | { |
||
11 | public double X1 { get; set; } |
||
12 | public double X2 { get; set; } |
||
13 | public double Y1 { get; set; } |
||
14 | public double Y2 { get; set; } |
||
15 | } |
||
16 | } |