AbstractPattern Constructors
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.
Overloads
AbstractPattern(Single) | |
AbstractPattern(Single, Single) | |
AbstractPattern(Single, Single, Single, Single) |
AbstractPattern(Single)
- Source:
- AbstractPattern.cs
- Source:
- AbstractPattern.cs
protected:
AbstractPattern(float stepSize);
protected AbstractPattern (float stepSize);
new Microsoft.Maui.Graphics.AbstractPattern : single -> Microsoft.Maui.Graphics.AbstractPattern
Protected Sub New (stepSize As Single)
Parameters
- stepSize
- Single
Applies to
AbstractPattern(Single, Single)
- Source:
- AbstractPattern.cs
- Source:
- AbstractPattern.cs
protected:
AbstractPattern(float width, float height);
protected AbstractPattern (float width, float height);
new Microsoft.Maui.Graphics.AbstractPattern : single * single -> Microsoft.Maui.Graphics.AbstractPattern
Protected Sub New (width As Single, height As Single)
Parameters
- width
- Single
- height
- Single
Applies to
AbstractPattern(Single, Single, Single, Single)
- Source:
- AbstractPattern.cs
- Source:
- AbstractPattern.cs
protected:
AbstractPattern(float width, float height, float stepX, float stepY);
protected AbstractPattern (float width, float height, float stepX, float stepY);
new Microsoft.Maui.Graphics.AbstractPattern : single * single * single * single -> Microsoft.Maui.Graphics.AbstractPattern
Protected Sub New (width As Single, height As Single, stepX As Single, stepY As Single)
Parameters
- width
- Single
- height
- Single
- stepX
- Single
- stepY
- Single
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.