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

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

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    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