Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

VisioGraphPlacement

Namespace OfficeIMO.Visio.Diagrams
Assembly OfficeIMO.Visio
Modifiers sealed

Explicit graph bounds in the builder's page unit, with a center pin and bottom-up Y axis.

Inheritance

  • Object
  • VisioGraphPlacement

Usage

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

Constructors

public VisioGraphPlacement(Double pinX, Double pinY, Double width, Double height) #

Creates validated fixed bounds. Width and height must be positive.

Parameters

pinX System.Double requiredposition: 0
pinY System.Double requiredposition: 1
width System.Double requiredposition: 2
height System.Double requiredposition: 3

Properties

public Double PinX { get; } #

Gets the horizontal center.

public Double PinY { get; } #

Gets the vertical center.

public Double Width { get; } #

Gets the width.

public Double Height { get; } #

Gets the height.