OfficeIMO

API Reference

Class

VisioConnectionPoint

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio

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 requiredposition: 0
X coordinate relative to the shape.
y System.Double requiredposition: 1
Y coordinate relative to the shape.
dirX System.Double requiredposition: 2
Directional X component.
dirY System.Double requiredposition: 3
Directional Y component.

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.