DXTextureBrush(DXImage, DXWrapMode) Constructor
Initializes a new instance of the DXTextureBrush class with specified settings.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
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