PictureEffects Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of PictureEffect objects.
public interface class PictureEffects : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03D2-0000-0000-C000-000000000046")]
public interface PictureEffects : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03D2-0000-0000-C000-000000000046")>]
type PictureEffects = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface PictureEffects
Implements _IMsoDispObj, IEnumerable
- Attributes
- Implements
Properties
Application |
Gets a Object object that represents the container application for the PictureEffects object. |
Count |
Gets the count of the number of PictureEffect objects contained within the PictureEffects collection. |
Creator |
Gets a 32-bit integer that indicates the application in which the PictureEffects object was created. |
Item[Int32] |
Gets a PictureEffect object at the specified index. |
Methods
Delete(Int32) |
Deletes a PictureEffect object from the collection. |
GetEnumerator() | |
Insert(MsoPictureEffectType, Int32) |
Inserts a picture effect in a chain of composite effects. |