CompositionTarget.GetCompositorForCurrentThread 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取這個線程的 Compositor 物件。
public:
static Compositor ^ GetCompositorForCurrentThread();
static Compositor GetCompositorForCurrentThread();
public static Compositor GetCompositorForCurrentThread();
function getCompositorForCurrentThread()
Public Shared Function GetCompositorForCurrentThread () As Compositor
傳回
這個線程的 Compositor 物件。
備註
在 XAML 應用程式中,建議您呼叫 ElementCompositionPreview.GetElementVisual (UIElement) 以取得組合視覺效果,並從視覺效果繼承的 Compositor 屬性取得 Compositor
。 例如,如果您無法存取 UIElement
(,如果您在類別庫中建立 CompositionBrush) ,您可以改為呼叫 CompositionTarget.GetCompositorForCurrentThread
以取得 Compositor。