API Reference

Class

VisioConnectorWaypoint

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

Absolute page coordinate used as a connector routing waypoint.

Inheritance

  • Object
  • VisioConnectorWaypoint

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

public VisioConnectorWaypoint(Double x, Double y) #

Initializes a new connector waypoint.

Parameters

x System.Double requiredposition: 0
Page X coordinate.
y System.Double requiredposition: 1
Page Y coordinate.

Methods

public static VisioConnectorWaypoint At(Double x, Double y) #
Returns: VisioConnectorWaypoint

Creates a waypoint at the specified page coordinate.

Parameters

x System.Double requiredposition: 0
Page X coordinate.
y System.Double requiredposition: 1
Page Y coordinate.
public override String ToString() #
Returns: String

Properties

public Double X { get; set; } #

Page X coordinate.

public Double Y { get; set; } #

Page Y coordinate.