VGGraphPoints.Put 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.
Overloads
Put(UInt32, Double, Double) | |
Put(UInt32, Double, Double, VGPointType) |
Put(UInt32, Double, Double)
public:
virtual void Put(System::UInt32 index, double x, double y);
public virtual void Put (uint index, double x, double y);
abstract member Put : uint32 * double * double -> unit
override this.Put : uint32 * double * double -> unit
Public Overridable Sub Put (index As UInteger, x As Double, y As Double)
Parameters
- index
- UInt32
- x
- Double
- y
- Double
Applies to
Put(UInt32, Double, Double, VGPointType)
protected:
virtual void Put(System::UInt32 index, double x, double y, Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGPointType flag);
protected virtual void Put (uint index, double x, double y, Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGPointType flag);
abstract member Put : uint32 * double * double * Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGPointType -> unit
override this.Put : uint32 * double * double * Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGPointType -> unit
Protected Overridable Sub Put (index As UInteger, x As Double, y As Double, flag As VGPointType)
Parameters
- index
- UInt32
- x
- Double
- y
- Double
- flag
- VGPointType