Exemple #1
0
 public LLMarker(DrawStyle style, PointT point, Coord radius, MarkerPolygon type)
     : base(style)
 {
     Point  = point;
     Radius = radius;
     Type   = type;
 }
Exemple #2
0
 public LLMarkerRotated(DrawStyle style, PointT point, Coord radius, MarkerPolygon type, Coord angleDeg) : base(style, point, radius, type)
 {
     AngleDeg = angleDeg;
 }