Class TrackStartedTrackInteractiveOverlayEventArgs
Provides data for the
public class TrackStartedTrackInteractiveOverlayEventArgs : EventArgs
- Inheritance
-
TrackStartedTrackInteractiveOverlayEventArgs
- Inherited Members
Constructors
TrackStartedTrackInteractiveOverlayEventArgs()
Constructor of TrackStartedTrackInteractiveOverlayEventArgs class.
public TrackStartedTrackInteractiveOverlayEventArgs()
Remarks
If you use this constructor, you have to set the properties manually before use.
TrackStartedTrackInteractiveOverlayEventArgs(Vertex)
Constructor of TrackStartedTrackInteractiveOverlayEventArgs class.
public TrackStartedTrackInteractiveOverlayEventArgs(Vertex startedVertex)
Parameters
startedVertex
VertexThis parameter specified the started vertex when tracking shape action is started.
Properties
StartedVertex
Gets or sets the started vertex when tracking shape action is started.
public Vertex StartedVertex { get; set; }