Share via


PaintPattern(IPattern) Constructor

Definition

Initializes a new instance of the PaintPattern class with the specified wrapped pattern.

public:
 PaintPattern(Microsoft::Maui::Graphics::IPattern ^ pattern);
public PaintPattern(Microsoft.Maui.Graphics.IPattern pattern);
new Microsoft.Maui.Graphics.PaintPattern : Microsoft.Maui.Graphics.IPattern -> Microsoft.Maui.Graphics.PaintPattern
Public Sub New (pattern As IPattern)

Parameters

pattern
IPattern

The pattern to wrap and apply a paint to.

Applies to