PaintPattern.Draw(ICanvas) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Draws the pattern onto the specified canvas with the current paint.
public:
virtual void Draw(Microsoft::Maui::Graphics::ICanvas ^ canvas);
public void Draw(Microsoft.Maui.Graphics.ICanvas canvas);
abstract member Draw : Microsoft.Maui.Graphics.ICanvas -> unit
override this.Draw : Microsoft.Maui.Graphics.ICanvas -> unit
Public Sub Draw (canvas As ICanvas)
Parameters
- canvas
- ICanvas
The canvas to draw the pattern onto.