MicrosoftCompositionContextHelper
Kind: class
EXPERIMENTAL
A helper static class to create a ICompositionContext based on Microsoft.Composition Visuals. Generally it should not be required to call this directly. Instead you should call CompositionUIService.SetCompositor (unresolved reference). This is not for general consumption and is expected to be removed in a future release.
Methods
CreateContext
static ICompositionContext CreateContext(Compositor compositor)
EXPERIMENTAL
Creates a ICompositionContext from a Compositor
CreateVisual
static IVisual CreateVisual(Visual visual)
EXPERIMENTAL
Creates a IVisual from a Visual