コード例 #1
0
ファイル: Polyline.cs プロジェクト: Kingefosa/Serenity
 public void SetOptions(PolylineOptions options)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void SetOptions(PolylineOptions options)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: Polyline.cs プロジェクト: Kingefosa/Serenity
 /// <summary>
 /// Create a polyline using the passed PolylineOptions, which specify both the path of the polyline and the stroke style to use when drawing the polyline. You may pass either an array of LatLngs or an MVCArray of LatLngs when constructing a polyline, though simple arrays are converted to MVCArrays within the polyline upon instantiation.
 /// </summary>
 public Polyline(PolylineOptions opts)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 /// <summary>
 /// Create a polyline using the passed PolylineOptions, which specify both the path of the polyline and the stroke style to use when drawing the polyline. You may pass either an array of LatLngs or an MVCArray of LatLngs when constructing a polyline, though simple arrays are converted to MVCArrays within the polyline upon instantiation.
 /// </summary>
 public Polyline(PolylineOptions opts)
 {
     throw new NotImplementedException();
 }