(レイヤー) clip.bottom |
    |
レイヤーの下側の座標を設定します |
- 書式
- document.layers[★].clip.bottom
- ★=レイヤー名文字列 または 参照番号
- 文例
- a = document.layers[0].clip.bottom
- a = document.layers["LayerHakusyon"].clip.bottom
- document.layers["LayerHakusyon"].clip.bottom = 80
- 上位オブジェクト
- layer
- 説明
- レイヤーのクリップされた下側の座標を設定します。
- 関連
clip.height,clipHeight,
clip.left,
clip.right,
clip.top,
clip.width,clipWidth