Overload | Description |
---|---|
SetValues(Double,Double) | Sets the X and Y coordinates. This method must be called on the MCT. Use QueuedTask.Run. |
SetValues(Double,Double,Double) | Sets the X, Y and Z coordinates. This method must be called on the MCT. Use QueuedTask.Run. |
SetValues(Double,Double,Double,Double) | Sets the X, Y, Z, and M components. This method must be called on the MCT. Use QueuedTask.Run. |
SetValues(Double,Double,Double,Double,Int32) | Sets the X, Y, Z, and M components. This method must be called on the MCT. Use QueuedTask.Run. |