Gets or sets the correction vector computed between the screen position and the sampled point.
| C# | Visual Basic | Visual C++ |
public Vector2 CorrectionVector { get; set; }
Public Property CorrectionVector As Vector2
public: property Vector2 CorrectionVector { Vector2 get (); void set (Vector2 value); }