VGGraphPoints.Add 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
Add(VGGraphPoint) | |
Add(Double, Double, Int32) |
Add(VGGraphPoint)
public:
virtual void Add(Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGGraphPoint ^ point);
public virtual void Add (Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGGraphPoint point);
abstract member Add : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGGraphPoint -> unit
override this.Add : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGGraphPoint -> unit
Public Overridable Sub Add (point As VGGraphPoint)
Parameters
- point
- VGGraphPoint
Applies to
Add(Double, Double, Int32)
public:
virtual void Add(double x, double y, int flag);
public virtual void Add (double x, double y, int flag);
abstract member Add : double * double * int -> unit
override this.Add : double * double * int -> unit
Public Overridable Sub Add (x As Double, y As Double, flag As Integer)
Parameters
- x
- Double
- y
- Double
- flag
- Int32