(レイヤー) clip.width,clipWidth クリップされたレイヤーの横の長さを設定します


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