Compositor クラス

定義

public ref class Compositor sealed : IClosable
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.Foundation.LiftedContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class Compositor final : IClosable
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.Foundation.WindowsAppSDKContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
class Compositor final : IClosable
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.Foundation.LiftedContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class Compositor : System.IDisposable
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.Foundation.WindowsAppSDKContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public sealed class Compositor : System.IDisposable
function Compositor()
Public NotInheritable Class Compositor
Implements IDisposable
継承
Object Platform::Object IInspectable Compositor
属性
実装

コンストラクター

名前 説明
Compositor()

プロパティ

名前 説明
Comment
DispatcherQueue
GlobalPlaybackRate
MaxGlobalPlaybackRate
MinGlobalPlaybackRate

メソッド

名前 説明
Close()
CreateAmbientLight()
CreateAnimationController()
CreateAnimationGroup()
CreateAnimationPropertyInfo()
CreateBackdropBrush()
CreateBooleanKeyFrameAnimation()
CreateBounceScalarAnimation()
CreateBounceVector2Animation()
CreateBounceVector3Animation()
CreateColorBrush()
CreateColorBrush(Color)
CreateColorGradientStop()
CreateColorGradientStop(Single, Color)
CreateColorKeyFrameAnimation()
CreateContainerShape()
CreateContainerVisual()
CreateCubicBezierEasingFunction(Vector2, Vector2)
CreateDistantLight()
CreateDropShadow()
CreateEffectFactory(IGraphicsEffect, IIterable<String>)
CreateEffectFactory(IGraphicsEffect)
CreateEllipseGeometry()
CreateExpressionAnimation()
CreateExpressionAnimation(String)
CreateGeometricClip()
CreateGeometricClip(CompositionGeometry)
CreateImplicitAnimationCollection()
CreateInsetClip()
CreateInsetClip(Single, Single, Single, Single)
CreateLayerVisual()
CreateLinearEasingFunction()
CreateLinearGradientBrush()
CreateLineGeometry()
CreateMaskBrush()
CreateNineGridBrush()
CreatePathGeometry()
CreatePathGeometry(CompositionPath)
CreatePathKeyFrameAnimation()
CreatePointLight()
CreateProjectedShadow()
CreateProjectedShadowCaster()
CreateProjectedShadowReceiver()
CreatePropertySet()
CreateQuaternionKeyFrameAnimation()
CreateRadialGradientBrush()
CreateRectangleClip()
CreateRectangleClip(Single, Single, Single, Single, Vector2, Vector2, Vector2, Vector2)
CreateRectangleClip(Single, Single, Single, Single)
CreateRectangleGeometry()
CreateRedirectVisual()
CreateRedirectVisual(Visual)
CreateRoundedRectangleGeometry()
CreateScalarKeyFrameAnimation()
CreateScopedBatch(CompositionBatchTypes)
CreateShapeVisual()
CreateSpotLight()
CreateSpringScalarAnimation()
CreateSpringVector2Animation()
CreateSpringVector3Animation()
CreateSpriteShape()
CreateSpriteShape(CompositionGeometry)
CreateSpriteVisual()
CreateStepEasingFunction()
CreateStepEasingFunction(Int32)
CreateSurfaceBrush()
CreateSurfaceBrush(ICompositionSurface)
CreateVector2KeyFrameAnimation()
CreateVector3KeyFrameAnimation()
CreateVector4KeyFrameAnimation()
CreateViewBox()
CreateVisualSurface()
Dispose()

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

GetCommitBatch(CompositionBatchTypes)
RequestCommitAsync()

適用対象