CanvasExtensions.DrawRectangle Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DrawRectangle(ICanvas, Rect) | |
DrawRectangle(ICanvas, RectF) |
DrawRectangle(ICanvas, Rect)
public:
[System::Runtime::CompilerServices::Extension]
static void DrawRectangle(Microsoft::Maui::Graphics::ICanvas ^ target, Microsoft::Maui::Graphics::Rect rect);
public static void DrawRectangle (this Microsoft.Maui.Graphics.ICanvas target, Microsoft.Maui.Graphics.Rect rect);
static member DrawRectangle : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.Rect -> unit
<Extension()>
Public Sub DrawRectangle (target As ICanvas, rect As Rect)
Parameter
- target
- ICanvas
- rect
- Rect
Gilt für:
DrawRectangle(ICanvas, RectF)
public:
[System::Runtime::CompilerServices::Extension]
static void DrawRectangle(Microsoft::Maui::Graphics::ICanvas ^ target, Microsoft::Maui::Graphics::RectF rect);
public static void DrawRectangle (this Microsoft.Maui.Graphics.ICanvas target, Microsoft.Maui.Graphics.RectF rect);
static member DrawRectangle : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.RectF -> unit
<Extension()>
Public Sub DrawRectangle (target As ICanvas, rect As RectF)
Parameter
- target
- ICanvas
- rect
- RectF