An NDoc Documented Class Library

Form1.floatToPoint Method 

Get the Point at a floating point index. See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tpcsdk10/lonestar/Microsoft.Ink/Classes/stroke/Methods/getpoint.asp.

private Point floatToPoint(
   Stroke theStroke,
   float theFIndex
);

Parameters

theStroke
Stroke
theFIndex
Floating point index

Return Value

A point on the stroke

See Also

Form1 Class | Labeler Namespace