VGGraphPoints.Get(UInt32, 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 int Get(System::UInt32 index, [Runtime::InteropServices::Out] double % x, [Runtime::InteropServices::Out] double % y);
public virtual int Get (uint index, out double x, out double y);
abstract member Get : uint32 * double * double -> int
override this.Get : uint32 * double * double -> int
Public Overridable Function Get (index As UInteger, ByRef x As Double, ByRef y As Double) As Integer
Parameters
- index
- UInt32
- x
- Double
- y
- Double