PathF.AppendRectangle Method
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.
- Source:
- PathF.cs
- Source:
- PathF.cs
C#
public void AppendRectangle(Microsoft.Maui.Graphics.RectF rect, bool includeLast = false);
member this.AppendRectangle : Microsoft.Maui.Graphics.RectF * bool -> unit
Public Sub AppendRectangle (rect As RectF, Optional includeLast As Boolean = false)
Parameters
- rect
- RectF
- includeLast
- Boolean
Applies to
.NET MAUI 9 and .NET MAUI 8
Product | Versions |
---|---|
.NET MAUI | 8, 9 |
- Source:
- PathF.cs
- Source:
- PathF.cs
C#
public void AppendRectangle(float x, float y, float w, float h, bool includeLast = false);
member this.AppendRectangle : single * single * single * single * bool -> unit
Public Sub AppendRectangle (x As Single, y As Single, w As Single, h As Single, Optional includeLast As Boolean = false)
Parameters
- x
- Single
- y
- Single
- w
- Single
- h
- Single
- includeLast
- Boolean
Applies to
.NET MAUI 9 and .NET MAUI 8
Product | Versions |
---|---|
.NET MAUI | 8, 9 |
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.
.NET MAUI feedback
.NET MAUI is an open source project. Select a link to provide feedback: