VGEdge.GetToEndPoint(Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void GetToEndPoint([Runtime::InteropServices::Out] double % x, [Runtime::InteropServices::Out] double % y);
public virtual void GetToEndPoint (out double x, out double y);
abstract member GetToEndPoint : double * double -> unit
override this.GetToEndPoint : double * double -> unit
Public Overridable Sub GetToEndPoint (ByRef x As Double, ByRef y As Double)
Parameters
- x
- Double
- y
- Double