DelegatedInkTrailVisual.AddTrailPoints(InkTrailPoint[]) 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.
Adds the specified "wet" ink points to the DelegatedInkTrailVisual.
uint32_t AddTrailPoints(winrt::array_view <InkTrailPoint> const& inkPoints);
public uint AddTrailPoints(InkTrailPoint[] inkPoints);
function addTrailPoints(inkPoints)
Public Function AddTrailPoints (inkPoints As InkTrailPoint()) As UInteger
Parameters
- inkPoints
- InkTrailPoint[]
The "wet" ink points.
Returns
UInt32
uint32_t
The generation ID for the "wet" ink points.