DelegatedInkTrailVisual.Create(Compositor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.