PaintPattern(IPattern) Constructor
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.
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.