Skip to main content
All docs
V25.2
  • PictureFill Members

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

    Constructors

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

    Properties

    Name Description
    AlignType Gets or sets the position of the first tile relative to the shape to which the tiled picture fill is applied.
    FillRect Gets or sets the rectangle area where the picture fill is applied.
    FlipType Gets or sets how the picture fill is flipped when tiled.
    Image Returns the image used as the fill.
    OffsetX Gets or sets the horizontal offset of the picture fill.
    OffsetY Gets or sets the vertical offset of the picture fill.
    RotateWithShape Indicates whether the picture fill rotates along with the shape.
    ScaleX Gets 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.
    ScaleY Gets 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.
    SourceRect Specifies the part of the picture to display in the document.
    Stretch Indicates whether the picture fill is stretched when tiled.
    Type Returns the fill type.

    Methods

    Name Description
    Clone() Clones the current PictureFill instance.
    Equals(Object, Object) static Determines 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() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines 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