IAnimatedVisual インターフェイス

定義

AnimatedVisualPlayerAnimatedIcon など、他のオブジェクトで使用できるアニメーション化された Composition.Visual

public interface class IAnimatedVisual : IClosable
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.Guid(1684010505, 64875, 24559, 189, 192, 156, 52, 239, 243, 60, 100)]
/// [Windows.Foundation.Metadata.Version(1)]
struct IAnimatedVisual : IClosable
/// [Windows.Foundation.Metadata.Guid(1684010505, 64875, 24559, 189, 192, 156, 52, 239, 243, 60, 100)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
struct IAnimatedVisual : IClosable
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.Guid(1684010505, 64875, 24559, 189, 192, 156, 52, 239, 243, 60, 100)]
[Windows.Foundation.Metadata.Version(1)]
public interface IAnimatedVisual : System.IDisposable
[Windows.Foundation.Metadata.Guid(1684010505, 64875, 24559, 189, 192, 156, 52, 239, 243, 60, 100)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public interface IAnimatedVisual : System.IDisposable
Public Interface IAnimatedVisual
Implements IDisposable
派生
属性
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute GuidAttribute VersionAttribute ContractVersionAttribute
実装

プロパティ

Duration

アニメーション化されたビジュアルの期間を取得します。

RootVisual

アニメーション化された ビジュアル のルート Visual を取得します。

Size

アニメーション化されたビジュアルのサイズを取得します。

メソッド

Dispose()

アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。

適用対象