다음을 통해 공유


UIScrollViewZoomingEventArgs 클래스

정의

ZoomingStarted 이벤트에 대한 데이터를 제공합니다.

public class UIScrollViewZoomingEventArgs : EventArgs
type UIScrollViewZoomingEventArgs = class
    inherit EventArgs
상속
UIScrollViewZoomingEventArgs

설명

ViewUIView 의 대리자로 지정된 UIScrollView대로 확대/축소되는 입니다 ViewForZoomingInScrollView .

생성자

UIScrollViewZoomingEventArgs(UIView)

UIScrollViewZoomingEventArgs 클래스의 새 instance 초기화합니다.

속성

View

UIView 확대/축소할 입니다.

적용 대상