Back to Devexpress

PictureShape Constructors

officefileapi-devexpress-dot-docs-dot-presentation-dot-pictureshape-dot-ctor.md

latest2.1 KB
Original Source

PictureShape Constructors

A shape that displays a picture.

NameParametersDescription
PictureShape()noneInitializes a new instance of the PictureShape class.
PictureShape(OfficeImageBase, Single, Single, Single, Single)image, x, y, width, heightInitializes a new instance of the PictureShape class with specified settings.
PictureShape(DXImage, RectangleF)image, rectInitializes a new instance of the PictureShape class with specified settings.
PictureShape(DXImage)imageInitializes a new instance of the PictureShape class with specified settings.
PictureShape(RectangleF)rectInitializes a new instance of the PictureShape class with specified settings.
PictureShape(Single, Single, Single, Single)x, y, width, heightInitializes a new instance of the PictureShape class with specified settings.

See Also

PictureShape Class

PictureShape Members

DevExpress.Docs.Presentation Namespace