개정판 ffd70d3c
issue #000: upload FinalService setup script file
Change-Id: I1c59dc6319bca0dd887f078dd72162d7a8150306
FinalService/KCOM_FinalService/MarkupToPDF/MarkupToPDF.cs | ||
---|---|---|
1083 | 1083 |
} |
1084 | 1084 |
break; |
1085 | 1085 |
#endregion |
1086 |
//#region Arrow |
|
1087 |
//case "ArrowControl": |
|
1088 |
// using (S_ArrowControl s = JsonSerializerHelper.JsonDeserialize<S_ArrowControl>(item)) |
|
1089 |
// { |
|
1090 |
// string[] data2 = s.SizeSet.Split(delimiterChars2, StringSplitOptions.RemoveEmptyEntries); |
|
1091 |
// Double LineSize = Convert.ToDouble(data2.First()); |
|
1092 |
// s.Angle |
|
1093 |
// ArrowStyleSet ArrowStyle = s.ArStyle; |
|
1094 |
// double DimSize = s.DimSize; |
|
1095 |
// Point StartPoint = s.SP; |
|
1096 |
// Point EndPoint = s.EP; |
|
1097 |
|
|
1098 |
// List<Point> PointSet = s.PointSet; |
|
1099 |
// SolidColorBrush StrokeColor = _SetColor; |
|
1100 |
// double Opacity = s.Opac; |
|
1101 |
|
|
1102 |
// var p1 = GetPdfPointSystem(StartPoint); |
|
1103 |
// var p2 = GetPdfPointSystem(EndPoint); |
|
1104 |
|
|
1105 |
// HoneyPDFLib_DrawSet_Line.DrawLine(p1, p2, LineSize, contentByte, s.DashSize, _SetColor, Opacity); |
|
1106 |
// switch (ArrowStyle) |
|
1107 |
// { |
|
1108 |
// case ArrowControl.ArrowStyleSet.ArrowText: |
|
1109 |
// break; |
|
1110 |
// case ArrowControl.ArrowStyleSet.Dim: |
|
1111 |
// HoneyPDFLib_DrawSet_Arrow.DimAllow(p1, p2, (int)LineSize, contentByte, _SetColor, Opacity); |
|
1112 |
// HoneyPDFLib_DrawSet_Arrow.SingleAllow(p2, p1, (int)LineSize, contentByte, _SetColor, Opacity); |
|
1113 |
// HoneyPDFLib_DrawSet_Arrow.ConverseAllow(p2, p1, (int)LineSize, contentByte, _SetColor, Opacity); |
|
1114 |
// break; |
|
1115 |
// case ArrowControl.ArrowStyleSet.Normal: |
|
1116 |
// HoneyPDFLib_DrawSet_Arrow.SingleAllow(p2, p1, (int)LineSize, contentByte, _SetColor, Opacity); |
|
1117 |
// break; |
|
1118 |
// case ArrowControl.ArrowStyleSet.Twin: |
|
1119 |
// HoneyPDFLib_DrawSet_Arrow.SingleAllow(p2, p1, (int)LineSize, contentByte, _SetColor, Opacity); |
|
1120 |
// HoneyPDFLib_DrawSet_Arrow.ConverseAllow(p2, p1, (int)LineSize, contentByte, _SetColor, Opacity); |
|
1121 |
// break; |
|
1122 |
// default: |
|
1123 |
// break; |
|
1124 |
// } |
|
1125 |
// break; |
|
1126 |
// } |
|
1127 |
//#endregion |
|
1128 | 1086 |
default: |
1129 | 1087 |
break; |
1130 | 1088 |
} |
내보내기 Unified diff