BooleanKeyFrame 생성자

정의

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

오버로드

BooleanKeyFrame()

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

BooleanKeyFrame(Boolean)

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

BooleanKeyFrame(Boolean, KeyTime)

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

BooleanKeyFrame()

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

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

적용 대상

BooleanKeyFrame(Boolean)

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

protected:
 BooleanKeyFrame(bool value);
protected BooleanKeyFrame (bool value);
new System.Windows.Media.Animation.BooleanKeyFrame : bool -> System.Windows.Media.Animation.BooleanKeyFrame
Protected Sub New (value As Boolean)

매개 변수

value
Boolean

BooleanKeyFrame 인스턴스의 Value입니다.

적용 대상

BooleanKeyFrame(Boolean, KeyTime)

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

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

매개 변수

value
Boolean

BooleanKeyFrame 인스턴스의 Value입니다.

keyTime
KeyTime

BooleanKeyFrame 인스턴스의 KeyTime입니다.

적용 대상