API Reference
Class
VisioStencilConnectionPoint
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
- Method VisioStencilCatalogBuilder.AddWithMetadata
- Constructor VisioStencilShape.VisioStencilShape
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
- y System.Double
- dirX System.Double
- dirY System.Double
- sectionIndex System.Nullable{System.Int32} = null
- sourceWidth System.Nullable{System.Double} = null
- sourceHeight System.Nullable{System.Double} = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.