[]
Represents an Image embedded in a shape container.
public class PictureShape : FilledShape, IRtfContent, IEnumerable
| Name | Description |
|---|---|
| PictureShape() | Initializes a new instance of an PictureShape. |
| PictureShape(IShapeContainer, Image, int, int, int, int) | Initializes a new instance of an PictureShape. |
| PictureShape(Image) | Initializes a new instance of an PictureShape. |
| PictureShape(Image, Rectangle) | Initializes a new instance of an PictureShape. |
| PictureShape(Image, Size, ContentAlignment, ImageScaling) | Initializes a new instance of an PictureShape. |
| PictureShape(Image, int, int) | Initializes a new instance of an PictureShape. |
| PictureShape(Image, int, int, int, int) | Initializes a new instance of an PictureShape. |
| Name | Description |
|---|---|
| BottomClip | Gets or sets the bottom clipping area of this PictureShape, in twips. |
| Brightness | Gets or sets the brightness of this PictureShape (between 0 and 1). |
| Contrast | Gets or sets the contrast of this PictureShape (between 0 and 1). |
| FileName | Gets or sets the file name of this PictureShape. |
| Image | Gets a reference to the Image contained in this PictureShape. |
| IsEmpty | Determines whether the shape is empty. |
| LeftClip | Gets or sets the left clipping area of this PictureShape, in twips. |
| RightClip | Gets or sets the right clipping area of this PictureShape, in twips. |
| TopClip | Gets or sets the top clipping area of this PictureShape, in twips. |
| ViewType | Gets or sets whether this PictureShape should be displayed in color, grayscale, or black and white. |