RectKeyFrame 생성자

정의

RectKeyFrame 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
RectKeyFrame()

RectKeyFrame 클래스의 새 인스턴스를 초기화합니다.

RectKeyFrame(Rect)

지정된 대상이 RectKeyFrame있는 클래스의 Value 새 인스턴스를 초기화합니다.

RectKeyFrame(Rect, KeyTime)

지정된 대상 RectKeyFrame 및 .가 있는 클래스의 Value 새 인스턴스를 초기화합니다KeyTime.

RectKeyFrame()

RectKeyFrame 클래스의 새 인스턴스를 초기화합니다.

protected:
 RectKeyFrame();
protected RectKeyFrame();
Protected Sub New ()

적용 대상

RectKeyFrame(Rect)

지정된 대상이 RectKeyFrame있는 클래스의 Value 새 인스턴스를 초기화합니다.

protected:
 RectKeyFrame(System::Windows::Rect value);
protected RectKeyFrame(System.Windows.Rect value);
new System.Windows.Media.Animation.RectKeyFrame : System.Windows.Rect -> System.Windows.Media.Animation.RectKeyFrame
Protected Sub New (value As Rect)

매개 변수

value
Rect

ValueRectKeyFrame 인스턴스의 형식입니다.

적용 대상

RectKeyFrame(Rect, KeyTime)

지정된 대상 RectKeyFrame 및 .가 있는 클래스의 Value 새 인스턴스를 초기화합니다KeyTime.

protected:
 RectKeyFrame(System::Windows::Rect value, System::Windows::Media::Animation::KeyTime keyTime);
protected RectKeyFrame(System.Windows.Rect value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.RectKeyFrame : System.Windows.Rect * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.RectKeyFrame
Protected Sub New (value As Rect, keyTime As KeyTime)

매개 변수

value
Rect

ValueRectKeyFrame 인스턴스의 형식입니다.

keyTime
KeyTime

KeyTimeRectKeyFrame 인스턴스의 형식입니다.

적용 대상