PictureEffect 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 picture effect.
public interface class PictureEffect : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03D1-0000-0000-C000-000000000046")]
public interface PictureEffect : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03D1-0000-0000-C000-000000000046")>]
type PictureEffect = interface
interface _IMsoDispObj
Public Interface PictureEffect
Implements _IMsoDispObj
- Attributes
- Implements
Properties
Application |
Gets a Object object that represents the container application for the PictureEffect object. |
Creator |
Gets a 32-bit integer that indicates the application in which the PictureEffect object was created. |
EffectParameters |
Gets an EffectParameter object. |
Position |
Gets or sets the position of a picture effect in a chain of composite effects. |
Type |
Gets the type of picture effect. |
Visible |
Gets or sets a Boolean value representing the visible state of the picture effect. |
Methods
Delete() |
Deletes a picture effect. |