Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C# 言語を使用して Blend/WPF でビデオ全体から 20 秒だけビデオを再生するには?
ありがとう。
このC# コーナーの記事では、サンプル アプリを含め、その方法について説明しています。
XAML で次のようなものが必要です (記事から)。
<MediaElement Name="VideoControl" Width="200" Height ="400" Source="C:\TestV.MPG" > </MediaElement>