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