예제 #1
0
 public void LineSpecialHighlight2()
 {
     CourseObj courseobj = new LineSpecialCourseObj(SpecialId(0), defaultCourseAppearance, new SpecialColor(0.8F, 0.1F, 0.7F, 0), LineKind.Dashed, 0.5F, 0.3F, 1.2F, new SymPath(new PointF[4] { new PointF(-3.0F, -2.0F), new PointF(-1.0F, 1.5F), new PointF(2.5F, 1.0F), new PointF(3.0F, -2.0F) }));
     SingleObjectHighlight(courseobj, "line_highlight2", false);
 }
예제 #2
0
 public void LineSpecialOffset3()
 {
     CourseObj courseobj = new LineSpecialCourseObj(SpecialId(0), defaultCourseAppearance, SpecialColor.Purple, LineKind.Double, 0.4F, 0.7F, 0, new SymPath(new PointF[4] { new PointF(-3.0F, -2.0F), new PointF(-1.0F, 1.5F), new PointF(2.5F, 1.0F), new PointF(3.0F, -2.0F) }));
     SingleObjectOffset(courseobj, "line3_offset", false);
 }
예제 #3
0
 public void LineSpecialHighlight1()
 {
     CourseObj courseobj = new LineSpecialCourseObj(SpecialId(0), defaultCourseAppearance, SpecialColor.Black, LineKind.Single, 0.7F, 0, 0, new SymPath(new PointF[4] { new PointF(-3.0F, -2.0F), new PointF(-1.0F, 1.5F), new PointF(2.5F, 1.0F), new PointF(3.0F, -2.0F) }));
     SingleObjectHighlight(courseobj, "line_highlight1", false);
 }