Skip to main content
All docs
V23.2

DXTextureBrush(DXImage, DXWrapMode) Constructor

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.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