แชร์ผ่าน


EffectVisual Class

Definition

Represents a visual tree node that is the root of a CompositionEffect.

public ref class EffectVisual sealed : ContainerVisual
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class EffectVisual final : ContainerVisual
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class EffectVisual : ContainerVisual
Public NotInheritable Class EffectVisual
Inherits ContainerVisual
Inheritance
Object Platform::Object IInspectable CompositionObject Visual ContainerVisual EffectVisual
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

Important

This API exists only in Windows 10, version 1507 (Build 10240).

Properties

CenterPoint

The point about which rotation or scaling occurs. Animatable

(Inherited from Visual)
Children

The children of the ContainerVisual.

(Inherited from ContainerVisual)
Clip

Specifies the clipping region for the visual. When a visual is rendered, only the portion of the visual that falls inside the clipping region is displayed, while any content that extends outside the clipping region is clipped (that is, not displayed).

(Inherited from Visual)
Compositor

The Compositor used to create this CompositionObject.

(Inherited from CompositionObject)
Dispatcher

The dispatcher for the CompositionObject.

(Inherited from CompositionObject)
Effect

Gets or sets the effect.

Offset

The offset of the visual relative to its parent or for a root visual the offset relative to the upper-left corner of the windows that hosts the visual. Animatable.

(Inherited from Visual)
Opacity

The opacity of the visual. Animatable.

The opacity property determines the transparency, if any, of the Visual and is a value from 0 to 1. 0 is fully transparent and 1 is full opaque. A Visual with an Opacity property of 0 is still present in the tree. Like other properties on the Visual, Opacity can be animated using the Windows,UI.Composition animation system.

(Inherited from Visual)
Orientation

A quaternion describing an orientation and rotation in 3D space that will be applied to the visual. Animatable.

(Inherited from Visual)
Parent

The parent of the visual.

(Inherited from Visual)
Properties

The collection of properties associated with the CompositionObject.

(Inherited from CompositionObject)
RotationAngle

The rotation angle in radians of the visual. Animatable.

(Inherited from Visual)
RotationAxis

The axis to rotate the visual around. Animatable.

(Inherited from Visual)
Scale

The scale to apply to the visual.

(Inherited from Visual)
Size

The width and height of the visual. Animatable.

(Inherited from Visual)
TransformMatrix

The transformation matrix to apply to the visual. Animatable.

(Inherited from Visual)

Methods

Close()

Closes the CompositionObject and releases system resources.

(Inherited from CompositionObject)
ConnectAnimation(String, CompositionAnimation)

Connects and animation.

(Inherited from CompositionObject)
DisconnectAnimation(String)

Disconnects an animation.

(Inherited from CompositionObject)
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

(Inherited from CompositionObject)

Applies to