StrokeIntersection.EndIndex Property
StrokeIntersection.EndIndex Property |
Gets or sets the ending point of the StrokeIntersection.
Definition
Visual Basic .NET Public Property EndIndex As Single C# public float EndIndex { get; set; } Managed C++ public: __property float* get_EndIndex();
public: __property void set_EndIndex(float*);
Property Value
System.Single. The floating point index where the intersection ends.
This property is read/write. This property has no default value.
Remarks
If the stroke ends within the intersected area, this value is -1.
See Also