CanvasExtensions.DrawRoundedRectangle Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DrawRoundedRectangle(ICanvas, Rect, Double)
public:
[System::Runtime::CompilerServices::Extension]
static void DrawRoundedRectangle(Microsoft::Maui::Graphics::ICanvas ^ target, Microsoft::Maui::Graphics::Rect rect, double cornerRadius);
public static void DrawRoundedRectangle (this Microsoft.Maui.Graphics.ICanvas target, Microsoft.Maui.Graphics.Rect rect, double cornerRadius);
static member DrawRoundedRectangle : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.Rect * double -> unit
<Extension()>
Public Sub DrawRoundedRectangle (target As ICanvas, rect As Rect, cornerRadius As Double)
Paramètres
- target
- ICanvas
- rect
- Rect
- cornerRadius
- Double
S’applique à
DrawRoundedRectangle(ICanvas, RectF, Single)
public:
[System::Runtime::CompilerServices::Extension]
static void DrawRoundedRectangle(Microsoft::Maui::Graphics::ICanvas ^ target, Microsoft::Maui::Graphics::RectF rect, float cornerRadius);
public static void DrawRoundedRectangle (this Microsoft.Maui.Graphics.ICanvas target, Microsoft.Maui.Graphics.RectF rect, float cornerRadius);
static member DrawRoundedRectangle : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.RectF * single -> unit
<Extension()>
Public Sub DrawRoundedRectangle (target As ICanvas, rect As RectF, cornerRadius As Single)
Paramètres
- target
- ICanvas
- rect
- RectF
- cornerRadius
- Single
S’applique à
DrawRoundedRectangle(ICanvas, RectF, Single, Single)
public:
[System::Runtime::CompilerServices::Extension]
static void DrawRoundedRectangle(Microsoft::Maui::Graphics::ICanvas ^ target, Microsoft::Maui::Graphics::RectF rect, float xRadius, float yRadius);
public static void DrawRoundedRectangle (this Microsoft.Maui.Graphics.ICanvas target, Microsoft.Maui.Graphics.RectF rect, float xRadius, float yRadius);
static member DrawRoundedRectangle : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.RectF * single * single -> unit
<Extension()>
Public Sub DrawRoundedRectangle (target As ICanvas, rect As RectF, xRadius As Single, yRadius As Single)
Paramètres
- target
- ICanvas
- rect
- RectF
- xRadius
- Single
- yRadius
- Single
S’applique à
DrawRoundedRectangle(ICanvas, Rect, Double, Double, Double, Double)
public:
[System::Runtime::CompilerServices::Extension]
static void DrawRoundedRectangle(Microsoft::Maui::Graphics::ICanvas ^ target, Microsoft::Maui::Graphics::Rect rect, double topLeftCornerRadius, double topRightCornerRadius, double bottomLeftCornerRadius, double bottomRightCornerRadius);
public static void DrawRoundedRectangle (this Microsoft.Maui.Graphics.ICanvas target, Microsoft.Maui.Graphics.Rect rect, double topLeftCornerRadius, double topRightCornerRadius, double bottomLeftCornerRadius, double bottomRightCornerRadius);
static member DrawRoundedRectangle : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.Rect * double * double * double * double -> unit
<Extension()>
Public Sub DrawRoundedRectangle (target As ICanvas, rect As Rect, topLeftCornerRadius As Double, topRightCornerRadius As Double, bottomLeftCornerRadius As Double, bottomRightCornerRadius As Double)
Paramètres
- target
- ICanvas
- rect
- Rect
- topLeftCornerRadius
- Double
- topRightCornerRadius
- Double
- bottomLeftCornerRadius
- Double
- bottomRightCornerRadius
- Double
S’applique à
DrawRoundedRectangle(ICanvas, RectF, Single, Single, Single, Single)
public:
[System::Runtime::CompilerServices::Extension]
static void DrawRoundedRectangle(Microsoft::Maui::Graphics::ICanvas ^ target, Microsoft::Maui::Graphics::RectF rect, float topLeftCornerRadius, float topRightCornerRadius, float bottomLeftCornerRadius, float bottomRightCornerRadius);
public static void DrawRoundedRectangle (this Microsoft.Maui.Graphics.ICanvas target, Microsoft.Maui.Graphics.RectF rect, float topLeftCornerRadius, float topRightCornerRadius, float bottomLeftCornerRadius, float bottomRightCornerRadius);
static member DrawRoundedRectangle : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.RectF * single * single * single * single -> unit
<Extension()>
Public Sub DrawRoundedRectangle (target As ICanvas, rect As RectF, topLeftCornerRadius As Single, topRightCornerRadius As Single, bottomLeftCornerRadius As Single, bottomRightCornerRadius As Single)
Paramètres
- target
- ICanvas
- rect
- RectF
- topLeftCornerRadius
- Single
- topRightCornerRadius
- Single
- bottomLeftCornerRadius
- Single
- bottomRightCornerRadius
- Single
S’applique à
DrawRoundedRectangle(ICanvas, Single, Single, Single, Single, Single, Single, Single, Single)
public:
[System::Runtime::CompilerServices::Extension]
static void DrawRoundedRectangle(Microsoft::Maui::Graphics::ICanvas ^ target, float x, float y, float width, float height, float topLeftCornerRadius, float topRightCornerRadius, float bottomLeftCornerRadius, float bottomRightCornerRadius);
public static void DrawRoundedRectangle (this Microsoft.Maui.Graphics.ICanvas target, float x, float y, float width, float height, float topLeftCornerRadius, float topRightCornerRadius, float bottomLeftCornerRadius, float bottomRightCornerRadius);
static member DrawRoundedRectangle : Microsoft.Maui.Graphics.ICanvas * single * single * single * single * single * single * single * single -> unit
<Extension()>
Public Sub DrawRoundedRectangle (target As ICanvas, x As Single, y As Single, width As Single, height As Single, topLeftCornerRadius As Single, topRightCornerRadius As Single, bottomLeftCornerRadius As Single, bottomRightCornerRadius As Single)
Paramètres
- target
- ICanvas
- x
- Single
- y
- Single
- width
- Single
- height
- Single
- topLeftCornerRadius
- Single
- topRightCornerRadius
- Single
- bottomLeftCornerRadius
- Single
- bottomRightCornerRadius
- Single