コード例 #1
0
ファイル: Marker.cs プロジェクト: savagemat/arcgis-diagrammer
		public Marker(Marker prototype): base(prototype)
		{
			mMarkerStyle = prototype.Style;
			DrawPath();
		}