Skip to main content
All docs
V25.1
  • DXTextureBrush(DXImage, DXWrapMode) Constructor

    Initializes a new instance of the DXTextureBrush class with specified settings.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public DXTextureBrush(
        DXImage image,
        DXWrapMode wrapMode
    )

    Parameters

    Name Type Description
    image DXImage

    An image used in the brush.

    wrapMode DXWrapMode

    An enumeration value that indicates how shapes are filled

    See Also