Back to Devexpress

PictureFill Members

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

latest4.7 KB
Original Source

PictureFill Members

A picture fill that uses an image as the fill pattern.

Constructors

NameDescription
PictureFill(DXImage)Initializes a new instance of the PictureFill class with specified settings.

Properties

NameDescription
AlignTypeGets or sets the position of the first tile relative to the shape to which the tiled picture fill is applied.
FillRectGets or sets the rectangle area where the picture fill is applied.
FlipTypeGets or sets how the picture fill is flipped when tiled.
ImageReturns the image used as the fill.
OffsetXGets or sets the horizontal offset of the picture fill.
OffsetYGets or sets the vertical offset of the picture fill.
RotateWithShapeIndicates whether the picture fill rotates along with the shape.
ScaleXGets or sets the horizontal scaling factor of the picture fill. 100.0f means original width; values larger than 100.0f enlarge, values smaller than 100.0f shrink.
ScaleYGets or sets the vertical scaling factor of the picture fill. 100.0f means original height; values larger than 100.0f enlarge, values smaller than 100.0f shrink.
SourceRectSpecifies the part of the picture to display in the document.
StretchIndicates whether the picture fill is stretched when tiled.
TypeReturns the fill type.

Methods

NameDescription
Clone()Clones the current PictureFill 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

PictureFill Class

DevExpress.Docs.Presentation Namespace