Type Property 型プロパティ

fileAnimationImageOriginalRectKey

A key with a corresponding value that indicates the starting location of the image onscreen.

Declaration 宣言

static let fileAnimationImageOriginalRectKey: ProgressUserInfoKey

Discussion 議論

The associated value is an NSValue that contains an NSRect, in screen coordinates. This entry is optional, but if present, along with a value for fileAnimationImageKey, the Dock may show an animation. When the Dock has an item for the folder that contains the relevant file (such as the Downloads folder), the Dock uses this key to show an animation of the file flying into the Dock. 関連したファイルを収容するフォルダ(たとえばDownloadsフォルダ)に対してDockがある項目を持つ場合、Dockはこのキーを使ってDockへと飛び込むファイルのアニメーションを見せます。

See Also 参照

Using File Operation Keys