PathF.AppendRoundedRectangle 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
AppendRoundedRectangle(RectF, Single, Boolean)
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)
매개 변수
- rect
- RectF
- cornerRadius
- Single
- includeLast
- Boolean
적용 대상
AppendRoundedRectangle(RectF, Single, Single)
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)
매개 변수
- rect
- RectF
- xCornerRadius
- Single
- yCornerRadius
- Single
적용 대상
AppendRoundedRectangle(RectF, Single, Single, Single, Single, Boolean)
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)
매개 변수
- rect
- RectF
- topLeftCornerRadius
- Single
- topRightCornerRadius
- Single
- bottomLeftCornerRadius
- Single
- bottomRightCornerRadius
- Single
- includeLast
- Boolean
적용 대상
AppendRoundedRectangle(Single, Single, Single, Single, Single, Boolean)
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)
매개 변수
- x
- Single
- y
- Single
- w
- Single
- h
- Single
- cornerRadius
- Single
- includeLast
- Boolean
적용 대상
AppendRoundedRectangle(Single, Single, Single, Single, Single, Single, Single, Single, Boolean)
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)
매개 변수
- x
- Single
- y
- Single
- w
- Single
- h
- Single
- topLeftCornerRadius
- Single
- topRightCornerRadius
- Single
- bottomLeftCornerRadius
- Single
- bottomRightCornerRadius
- Single
- includeLast
- Boolean