CanvasExtensions.FillRectangle 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
FillRectangle(ICanvas, Rect) | |
FillRectangle(ICanvas, RectF) |
FillRectangle(ICanvas, Rect)
public:
[System::Runtime::CompilerServices::Extension]
static void FillRectangle(Microsoft::Maui::Graphics::ICanvas ^ target, Microsoft::Maui::Graphics::Rect rect);
public static void FillRectangle (this Microsoft.Maui.Graphics.ICanvas target, Microsoft.Maui.Graphics.Rect rect);
static member FillRectangle : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.Rect -> unit
<Extension()>
Public Sub FillRectangle (target As ICanvas, rect As Rect)
Parameter
- target
- ICanvas
- rect
- Rect
Gilt für:
FillRectangle(ICanvas, RectF)
public:
[System::Runtime::CompilerServices::Extension]
static void FillRectangle(Microsoft::Maui::Graphics::ICanvas ^ target, Microsoft::Maui::Graphics::RectF rect);
public static void FillRectangle (this Microsoft.Maui.Graphics.ICanvas target, Microsoft.Maui.Graphics.RectF rect);
static member FillRectangle : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.RectF -> unit
<Extension()>
Public Sub FillRectangle (target As ICanvas, rect As RectF)
Parameter
- target
- ICanvas
- rect
- RectF