API Reference
Class
VisioConnectionPoint
Represents a connection point on a Visio shape.
Inheritance
- Object
- VisioConnectionPoint
Constructors
public VisioConnectionPoint(Double x, Double y, Double dirX, Double dirY) #Initializes a new instance of the VisioConnectionPoint class.
Parameters
- x System.Double
- X coordinate relative to the shape.
- y System.Double
- Y coordinate relative to the shape.
- dirX System.Double
- Directional X component.
- dirY System.Double
- Directional Y component.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Double X { get; set; } #Gets or sets the X coordinate of the connection point relative to the shape.
public Double Y { get; set; } #Gets or sets the Y coordinate of the connection point relative to the shape.
public Double DirX { get; set; } #Gets or sets the directional X component of the connection point.
public Double DirY { get; set; } #Gets or sets the directional Y component of the connection point.