API Reference

Class

VisioStencilConnectionPoint

Namespace OfficeIMO.Visio.Stencils
Assembly OfficeIMO.Visio
Modifiers sealed

Describes a native connection point discovered from a stencil master. Coordinates are expressed in the stencil master's local coordinate space.

Inheritance

  • Object
  • VisioStencilConnectionPoint

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 VisioStencilConnectionPoint(Double x, Double y, Double dirX, Double dirY, Nullable<Int32> sectionIndex = null, Nullable<Double> sourceWidth = null, Nullable<Double> sourceHeight = null) #

Initializes a new stencil connection point definition.

Parameters

x System.Double requiredposition: 0
y System.Double requiredposition: 1
dirX System.Double requiredposition: 2
dirY System.Double requiredposition: 3
sectionIndex System.Nullable{System.Int32} = null optionalposition: 4
sourceWidth System.Nullable{System.Double} = null optionalposition: 5
sourceHeight System.Nullable{System.Double} = null optionalposition: 6

Properties

public Double X { get; } #

Local X coordinate.

public Double Y { get; } #

Local Y coordinate.

public Double DirX { get; } #

Directional X component.

public Double DirY { get; } #

Directional Y component.

public Nullable<Int32> SectionIndex { get; } #

Original Visio Connection section row index, when present.

public Nullable<Double> SourceWidth { get; } #

Native master width used as the source coordinate space, when known.

public Nullable<Double> SourceHeight { get; } #

Native master height used as the source coordinate space, when known.