API Reference
Struct
LegacyPptBounds
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
- Property LegacyPptShape.Bounds
- Property LegacyPptShape.GroupCoordinateBounds
Constructors
public LegacyPptBounds(Int32 left, Int32 top, Int32 width, Int32 height) #Creates a shape rectangle.
Parameters
- left System.Int32
- top System.Int32
- width System.Int32
- height System.Int32
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from ValueType
Parameters
- obj Object