次の方法で共有


UIScrollViewZoomingEventArgs クラス

定義

ZoomingStarted イベントのデータを提供します。

public class UIScrollViewZoomingEventArgs : EventArgs
type UIScrollViewZoomingEventArgs = class
    inherit EventArgs
継承
UIScrollViewZoomingEventArgs

注釈

Viewは、 のUIViewデリゲートで指定されたズーム対象UIScrollViewViewForZoomingInScrollView です。

コンストラクター

UIScrollViewZoomingEventArgs(UIView)

UIScrollViewZoomingEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

View

UIViewズーム対象の 。

適用対象