CompositionTarget class

This topic has not yet been rated - Rate this topic

Represents the composited display surface for an application.

Inheritance

Object
  CompositionTarget

Syntax


public sealed class CompositionTarget : Object

Attributes

MarshalingBehaviorAttribute(Agile)
StaticAttribute(Windows.UI.Xaml.Media.ICompositionTargetStatics, NTDDI_WIN8)
ThreadingAttribute(Both)
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The CompositionTarget class has these types of members:

Events

The CompositionTarget class has these events.

EventDescription
Rendering Occurs when the core rendering process renders a frame.
SurfaceContentsLost Occurs when an underlying major change occurs, such as a DirectX device change. Typically the application must regenerate its surface contents when notified of this event.

 

Methods

The CompositionTarget class inherits methods from the Object class.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

Windows.UI.Xaml.Media
Windows::UI::Xaml::Media [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.