PathF.AppendRoundedRectangle 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.
Overloads
AppendRoundedRectangle(RectF, Single, Boolean)
- Source:
- PathF.cs
- Source:
- PathF.cs
public void AppendRoundedRectangle (Microsoft.Maui.Graphics.RectF rect, float cornerRadius, bool includeLast = false);
member this.AppendRoundedRectangle : Microsoft.Maui.Graphics.RectF * single * bool -> unit
Public Sub AppendRoundedRectangle (rect As RectF, cornerRadius As Single, Optional includeLast As Boolean = false)
Parameters
- rect
- RectF
- cornerRadius
- Single
- includeLast
- Boolean
Applies to
AppendRoundedRectangle(RectF, Single, Single)
- Source:
- PathF.cs
- Source:
- PathF.cs
public:
void AppendRoundedRectangle(Microsoft::Maui::Graphics::RectF rect, float xCornerRadius, float yCornerRadius);
public void AppendRoundedRectangle (Microsoft.Maui.Graphics.RectF rect, float xCornerRadius, float yCornerRadius);
member this.AppendRoundedRectangle : Microsoft.Maui.Graphics.RectF * single * single -> unit
Public Sub AppendRoundedRectangle (rect As RectF, xCornerRadius As Single, yCornerRadius As Single)
Parameters
- rect
- RectF
- xCornerRadius
- Single
- yCornerRadius
- Single
Applies to
AppendRoundedRectangle(RectF, Single, Single, Single, Single, Boolean)
- Source:
- PathF.cs
- Source:
- PathF.cs
public void AppendRoundedRectangle (Microsoft.Maui.Graphics.RectF rect, float topLeftCornerRadius, float topRightCornerRadius, float bottomLeftCornerRadius, float bottomRightCornerRadius, bool includeLast = false);
member this.AppendRoundedRectangle : Microsoft.Maui.Graphics.RectF * single * single * single * single * bool -> unit
Public Sub AppendRoundedRectangle (rect As RectF, topLeftCornerRadius As Single, topRightCornerRadius As Single, bottomLeftCornerRadius As Single, bottomRightCornerRadius As Single, Optional includeLast As Boolean = false)
Parameters
- rect
- RectF
- topLeftCornerRadius
- Single
- topRightCornerRadius
- Single
- bottomLeftCornerRadius
- Single
- bottomRightCornerRadius
- Single
- includeLast
- Boolean
Applies to
AppendRoundedRectangle(Single, Single, Single, Single, Single, Boolean)
- Source:
- PathF.cs
- Source:
- PathF.cs
public void AppendRoundedRectangle (float x, float y, float w, float h, float cornerRadius, bool includeLast = false);
member this.AppendRoundedRectangle : single * single * single * single * single * bool -> unit
Public Sub AppendRoundedRectangle (x As Single, y As Single, w As Single, h As Single, cornerRadius As Single, Optional includeLast As Boolean = false)
Parameters
- x
- Single
- y
- Single
- w
- Single
- h
- Single
- cornerRadius
- Single
- includeLast
- Boolean
Applies to
AppendRoundedRectangle(Single, Single, Single, Single, Single, Single, Single, Single, Boolean)
- Source:
- PathF.cs
- Source:
- PathF.cs
public void AppendRoundedRectangle (float x, float y, float w, float h, float topLeftCornerRadius, float topRightCornerRadius, float bottomLeftCornerRadius, float bottomRightCornerRadius, bool includeLast = false);
member this.AppendRoundedRectangle : single * single * single * single * single * single * single * single * bool -> unit
Public Sub AppendRoundedRectangle (x As Single, y As Single, w As Single, h As Single, topLeftCornerRadius As Single, topRightCornerRadius As Single, bottomLeftCornerRadius As Single, bottomRightCornerRadius As Single, Optional includeLast As Boolean = false)
Parameters
- x
- Single
- y
- Single
- w
- Single
- h
- Single
- topLeftCornerRadius
- Single
- topRightCornerRadius
- Single
- bottomLeftCornerRadius
- Single
- bottomRightCornerRadius
- Single
- includeLast
- Boolean
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI