TilingBrush Constructor (Single, Single, Single, Single)

Initializes a new instance of the TilingBrush class with the specified bounds.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public TilingBrush(
	float width,
	float height,
	float dpiX,
	float dpiY
)

Parameters

width

Type: System.Single

The width of the tile.
height

Type: System.Single

The height of the tile.
dpiX

Type: System.Single

The horizontal resolution of the TilingBrush in DPI.
dpiY

Type: System.Single

The vertical resolution of the TilingBrush in DPI.

See Also

Reference