| (レイヤー) clip.left | 
					     | 
					クリップされたレイヤーの左側の座標を指定します | 
				
			
		
		
			- 書式
			
 - document.layers[★].clip.left 
			
-   ★=レイヤー名文字列 または 参照番号 
			
  - 文例
			
 - a = document.layers[0].clip.left 
			
- a = document.layers["LayerHakusyon"].clip.left 
			
- document.layers["LayerHakusyon"].clip.left = 24 
			
   - 上位オブジェクト
			
 - layer 
			
 - 説明
			
 - クリップされたレイヤーの左側の座標を指定します。親レイヤーがある場合は、親レイヤーからのオフセットになります。 
			
 - 関連
			
 
clip.bottom, 
clip.height,clipHeight, 
clip.right, 
clip.top, 
clip.width,clipWidth