DelegatedInkTrailVisual.Create(Compositor) Method

Definition

Creates the DelegatedInkTrailVisual for rendering "wet" ink to the visual layer.

public:
 static DelegatedInkTrailVisual ^ Create(Compositor ^ compositor);
 static DelegatedInkTrailVisual Create(Compositor const& compositor);
public static DelegatedInkTrailVisual Create(Compositor compositor);
function create(compositor)
Public Shared Function Create (compositor As Compositor) As DelegatedInkTrailVisual

Parameters

compositor
Compositor

A factory that creates a variety of types in the Windows.UI.Composition namespace, including visuals, the effects system, and the animation system.

Returns

The "wet" ink stroke object.

Applies to