SingleKeyFrame 생성자

정의

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

오버로드

SingleKeyFrame()

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

SingleKeyFrame(Single)

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

SingleKeyFrame(Single, KeyTime)

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

SingleKeyFrame()

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

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

적용 대상

SingleKeyFrame(Single)

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

protected:
 SingleKeyFrame(float value);
protected SingleKeyFrame (float value);
new System.Windows.Media.Animation.SingleKeyFrame : single -> System.Windows.Media.Animation.SingleKeyFrame
Protected Sub New (value As Single)

매개 변수

value
Single

SingleKeyFrame 인스턴스의 Value입니다.

적용 대상

SingleKeyFrame(Single, KeyTime)

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

protected:
 SingleKeyFrame(float value, System::Windows::Media::Animation::KeyTime keyTime);
protected SingleKeyFrame (float value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.SingleKeyFrame : single * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.SingleKeyFrame
Protected Sub New (value As Single, keyTime As KeyTime)

매개 변수

value
Single

SingleKeyFrame 인스턴스의 Value입니다.

keyTime
KeyTime

SingleKeyFrame 인스턴스의 KeyTime입니다.

적용 대상