Beispiel #1
0
 public Marker(DiagramDrawStyle style, PointT point, float radius, MarkerPolygon type)
 {
     LL = new LLMarker(style, point, radius, type)
     {
         ZOrder = NextZOrder++
     };
     Style = style;
 }
Beispiel #2
0
		void PB_BD(StreamingContext sc) { LL = new LLMarker(Style, default(PointT), 10, MarkerPolygon.UpTriangle); }
Beispiel #3
0
		public Marker(DiagramDrawStyle style, PointT point, float radius, MarkerPolygon type)
		{
			LL = new LLMarker(style, point, radius, type) { ZOrder = NextZOrder++ };
			Style = style;
		}
Beispiel #4
0
 void PB_BD(StreamingContext sc)
 {
     LL = new LLMarker(Style, default(PointT), 10, MarkerPolygon.UpTriangle);
 }