ICompositionSurface Interface

Definition

Represents the content of a surface that can be used to paint the bounds of a SpriteVisual.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
[Windows.Foundation.Metadata.Guid(2663781059, 42450, 20375, 157, 243, 107, 73, 206, 115, 98, 21)]
public interface ICompositionSurface
C#
[Windows.Foundation.Metadata.Guid(2663781059, 42450, 20375, 157, 243, 107, 73, 206, 115, 98, 21)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public interface ICompositionSurface
Derived
Attributes

Remarks

All surface types that can be used to paint a SpriteVisual must implement this interface.

Applies to

Продукт Версії
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also