Timeline.SetDesiredFrameRate(Timeline, Nullable<Int32>) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 Timeline의 원하는 프레임 속도를 설정합니다.
public:
static void SetDesiredFrameRate(System::Windows::Media::Animation::Timeline ^ timeline, Nullable<int> desiredFrameRate);
public static void SetDesiredFrameRate (System.Windows.Media.Animation.Timeline timeline, int? desiredFrameRate);
static member SetDesiredFrameRate : System.Windows.Media.Animation.Timeline * Nullable<int> -> unit
Public Shared Sub SetDesiredFrameRate (timeline As Timeline, desiredFrameRate As Nullable(Of Integer))
매개 변수
이 Timeline에서 1초마다 생성해야 하는 최대 프레임 수이며, 시스템에서 프레임 수를 제어하는 경우 null
입니다.
설명
이 메서드는 DesiredFrameRate 연결된 속성을 설정합니다. 자세한 내용은 페이지를 참조하세요 DesiredFrameRate .