PictureShape Constructors
| Name | Parameters | Description |
|---|---|---|
| PictureShape() | none | Initializes a new instance of the PictureShape class. |
| PictureShape(OfficeImageBase, Single, Single, Single, Single) | image, x, y, width, height | Initializes a new instance of the PictureShape class with specified settings. |
| PictureShape(DXImage, RectangleF) | image, rect | Initializes a new instance of the PictureShape class with specified settings. |
| PictureShape(DXImage) | image | Initializes a new instance of the PictureShape class with specified settings. |
| PictureShape(RectangleF) | rect | Initializes a new instance of the PictureShape class with specified settings. |
| PictureShape(Single, Single, Single, Single) | x, y, width, height | Initializes a new instance of the PictureShape class with specified settings. |
See Also