Share via


IPattern.Draw(ICanvas) Method

Definition

Draws the pattern onto the specified canvas.

public:
 void Draw(Microsoft::Maui::Graphics::ICanvas ^ canvas);
public void Draw(Microsoft.Maui.Graphics.ICanvas canvas);
abstract member Draw : Microsoft.Maui.Graphics.ICanvas -> unit
Public Sub Draw (canvas As ICanvas)

Parameters

canvas
ICanvas

The canvas to draw the pattern on.

Applies to