Crop 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.
An object used to remove a portion of an image.
public interface class Crop : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03D3-0000-0000-C000-000000000046")]
public interface Crop : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03D3-0000-0000-C000-000000000046")>]
type Crop = interface
interface _IMsoDispObj
Public Interface Crop
Implements _IMsoDispObj
- Attributes
- Implements
Properties
Application |
Gets the Application object of the host application. |
Creator |
Gets a 32-bit integer that indicates the application in which the Crop object was created. |
PictureHeight |
Gets or sets the height of the image that is to be cropped. |
PictureOffsetX |
Gets or sets the x-axis offset of the image that is to be cropped. |
PictureOffsetY |
Gets or sets the y-axis offset of the image that is to be cropped. |
PictureWidth |
Gets or sets the width of the image that is to be cropped. |
ShapeHeight |
Gets or sets the height of a shape that is used to crop an image. |
ShapeLeft |
Gets or sets the location of the left-side of a shape that is used to crop an image. |
ShapeTop |
Gets or sets the location of the top of a shape that is used to crop an image. |
ShapeWidth |
Gets or sets the width of a shape that is used to crop an image. |