API Reference

Struct

LegacyPptBounds

Namespace OfficeIMO.PowerPoint.LegacyPpt.Model
Assembly OfficeIMO.PowerPoint
Base ValueType
Modifiers sealed

Represents a legacy PowerPoint shape rectangle in master units.

Inheritance

  • ValueType
  • LegacyPptBounds

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

Constructors

public LegacyPptBounds(Int32 left, Int32 top, Int32 width, Int32 height) #

Creates a shape rectangle.

Parameters

left System.Int32 requiredposition: 0
top System.Int32 requiredposition: 1
width System.Int32 requiredposition: 2
height System.Int32 requiredposition: 3

Properties

public Int32 Left { get; } #

Gets the left coordinate.

public Int32 Top { get; } #

Gets the top coordinate.

public Int32 Width { get; } #

Gets the width.

public Int32 Height { get; } #

Gets the height.