Back to Devexpress

PictureShape Members

officefileapi-devexpress-dot-docs-dot-presentation-dot-pictureshape-dot-underscore-members.md

latest8.2 KB
Original Source

PictureShape Members

A shape that displays a picture.

Constructors

NameDescription
PictureShape()Initializes a new instance of the PictureShape class.
PictureShape(OfficeImageBase, Single, Single, Single, Single)Initializes a new instance of the PictureShape class with specified settings.
PictureShape(DXImage, RectangleF)Initializes a new instance of the PictureShape class with specified settings.
PictureShape(DXImage)Initializes a new instance of the PictureShape class with specified settings.
PictureShape(RectangleF)Initializes a new instance of the PictureShape class with specified settings.
PictureShape(Single, Single, Single, Single)Initializes a new instance of the PictureShape class with specified settings.

Properties

NameDescription
AlternativeTextGets or sets the alternative text for a shape. Inherited from ShapeBase.
CropBottomGets or sets the percentage of the picture cut off at the bottom, between 0 and 100.
CropLeftGets or sets the percentage of the picture cut from the left, between 0 and 100.
CropRightGets or sets the percentage of the picture cut off at the right, between 0 and 100.
CropTopGets or sets the percentage of the picture cut off at the top, between 0 and 100.
DecorativeIndicates whether the shape is decorative and does not add meaningful content. Inherited from ShapeBase.
EffectsGets or sets visual effects for the shape. Inherited from StyledShapeBase.
FillGets or sets shape fill settings. Inherited from FilledShape.
FlipTypeGets or sets the flip orientation for the shape. Inherited from StyledShapeBase.
HeightGets or sets the shape height. Inherited from ShapeBase.
ImageGets or sets the image displayed in the PictureShape.
LockSettingsProvides access to shape lock settings. Lock settings restrict user operations or hide certain visual elements.
NameGets or sets the shape name. Inherited from ShapeBase.
OutlineGets or sets shape outline settings. Inherited from FilledShape.
PlaceholderSettingsGets or sets shape placeholder settings. Inherited from FilledShape.
RotationAngleGets or sets the rotation angle for the shape. Inherited from StyledShapeBase.
StyleGets or sets the visual style for the shape. Inherited from StyledShapeBase.
TypeGets or sets the shape type.
WidthGets or sets the shape width. Inherited from ShapeBase.
XGets or sets the X-coordinate of the shape. Inherited from ShapeBase.
YGets or sets the Y-coordinate of the shape. Inherited from ShapeBase.

Methods

NameDescription
Clone()Clones the current PictureShape instance.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PictureShape Class

DevExpress.Docs.Presentation Namespace