Example #1
0
 public void RectSpecialOffset2()
 {
     CourseObj courseobj = new RectSpecialCourseObj(SpecialId(0), defaultCourseAppearance, new SpecialColor(0.8F, 0.1F, 0.7F, 0), LineKind.Dashed, 0.5F, 0F, 0.4F, 0.6F, Geometry.RectFromPoints(-2.0F, -2.0F, 2.5F, 1.5F));
     SingleObjectOffset(courseobj, "rect2_offset", false);
 }
Example #2
0
 public void RectSpecialOffset3()
 {
     CourseObj courseobj = new RectSpecialCourseObj(SpecialId(0), defaultCourseAppearance, SpecialColor.Purple, LineKind.Double, 0.4F, 1F, 0.7F, 0, Geometry.RectFromPoints(-2.0F, -2.0F, 2.5F, 1.5F));
     SingleObjectOffset(courseobj, "rect3_offset", false);
 }
Example #3
0
 public void RectSpecialHighlight1()
 {
     CourseObj courseobj = new RectSpecialCourseObj(SpecialId(0), defaultCourseAppearance, SpecialColor.Black, LineKind.Single, 0.7F, 0.5F, 0, 0, Geometry.RectFromPoints(-2.0F, -2.0F, 2.5F, 1.5F));
     SingleObjectHighlight(courseobj, "rect_highlight1", false);
 }