LinearInt64KeyFrame 생성자

정의

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

오버로드

Name Description
LinearInt64KeyFrame()

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

LinearInt64KeyFrame(Int64)

지정된 끝 값을 사용하여 클래스의 LinearInt64KeyFrame 새 인스턴스를 초기화합니다.

LinearInt64KeyFrame(Int64, KeyTime)

지정된 종료 값과 키 시간을 사용하여 클래스의 LinearInt64KeyFrame 새 인스턴스를 초기화합니다.

LinearInt64KeyFrame()

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

public:
 LinearInt64KeyFrame();
public LinearInt64KeyFrame();
Public Sub New ()

적용 대상

LinearInt64KeyFrame(Int64)

지정된 끝 값을 사용하여 클래스의 LinearInt64KeyFrame 새 인스턴스를 초기화합니다.

public:
 LinearInt64KeyFrame(long value);
public LinearInt64KeyFrame(long value);
new System.Windows.Media.Animation.LinearInt64KeyFrame : int64 -> System.Windows.Media.Animation.LinearInt64KeyFrame
Public Sub New (value As Long)

매개 변수

value
Int64

키 프레임의 끝 값("대상 값")입니다.

적용 대상

LinearInt64KeyFrame(Int64, KeyTime)

지정된 종료 값과 키 시간을 사용하여 클래스의 LinearInt64KeyFrame 새 인스턴스를 초기화합니다.

public:
 LinearInt64KeyFrame(long value, System::Windows::Media::Animation::KeyTime keyTime);
public LinearInt64KeyFrame(long value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.LinearInt64KeyFrame : int64 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.LinearInt64KeyFrame
Public Sub New (value As Long, keyTime As KeyTime)

매개 변수

value
Int64

키 프레임의 끝 값("대상 값")입니다.

keyTime
KeyTime

키 프레임의 키 시간입니다. 키 시간은 대상 값에 도달하는 시기와 키 프레임이 종료되는 시점을 결정합니다.

적용 대상