Initializes a new instance of the TilingBrush class with the given width, height, and resolution.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public TilingBrush( int width, int height, float dpiX, float dpiY )
Type: System.Int32
The width of the TilingBrush.Type: System.Int32
The height of the TilingBrush.Type: System.Single
The horizontal resolution of the TilingBrush in DPI.Type: System.Single
The vertical resolution of the TilingBrush in DPI.