CanvasExtensions.SetFillPaint Method

Definition

Overloads

SetFillPaint(ICanvas, Paint, Rect)
SetFillPaint(ICanvas, Paint, RectF)
SetFillPaint(ICanvas, Paint, Point, Point)
SetFillPaint(ICanvas, Paint, PointF, PointF)

SetFillPaint(ICanvas, Paint, Rect)

public:
[System::Runtime::CompilerServices::Extension]
 static void SetFillPaint(Microsoft::Maui::Graphics::ICanvas ^ target, Microsoft::Maui::Graphics::Paint ^ paint, Microsoft::Maui::Graphics::Rect rectangle);
public static void SetFillPaint (this Microsoft.Maui.Graphics.ICanvas target, Microsoft.Maui.Graphics.Paint paint, Microsoft.Maui.Graphics.Rect rectangle);
static member SetFillPaint : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.Paint * Microsoft.Maui.Graphics.Rect -> unit
<Extension()>
Public Sub SetFillPaint (target As ICanvas, paint As Paint, rectangle As Rect)

Parameters

target
ICanvas
paint
Paint
rectangle
Rect

Applies to

SetFillPaint(ICanvas, Paint, RectF)

public:
[System::Runtime::CompilerServices::Extension]
 static void SetFillPaint(Microsoft::Maui::Graphics::ICanvas ^ target, Microsoft::Maui::Graphics::Paint ^ paint, Microsoft::Maui::Graphics::RectF rectangle);
public static void SetFillPaint (this Microsoft.Maui.Graphics.ICanvas target, Microsoft.Maui.Graphics.Paint paint, Microsoft.Maui.Graphics.RectF rectangle);
static member SetFillPaint : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.Paint * Microsoft.Maui.Graphics.RectF -> unit
<Extension()>
Public Sub SetFillPaint (target As ICanvas, paint As Paint, rectangle As RectF)

Parameters

target
ICanvas
paint
Paint
rectangle
RectF

Applies to

SetFillPaint(ICanvas, Paint, Point, Point)

public:
[System::Runtime::CompilerServices::Extension]
 static void SetFillPaint(Microsoft::Maui::Graphics::ICanvas ^ target, Microsoft::Maui::Graphics::Paint ^ paint, Microsoft::Maui::Graphics::Point point1, Microsoft::Maui::Graphics::Point point2);
public static void SetFillPaint (this Microsoft.Maui.Graphics.ICanvas target, Microsoft.Maui.Graphics.Paint paint, Microsoft.Maui.Graphics.Point point1, Microsoft.Maui.Graphics.Point point2);
static member SetFillPaint : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.Paint * Microsoft.Maui.Graphics.Point * Microsoft.Maui.Graphics.Point -> unit
<Extension()>
Public Sub SetFillPaint (target As ICanvas, paint As Paint, point1 As Point, point2 As Point)

Parameters

target
ICanvas
paint
Paint
point1
Point
point2
Point

Applies to

SetFillPaint(ICanvas, Paint, PointF, PointF)

public:
[System::Runtime::CompilerServices::Extension]
 static void SetFillPaint(Microsoft::Maui::Graphics::ICanvas ^ target, Microsoft::Maui::Graphics::Paint ^ paint, Microsoft::Maui::Graphics::PointF point1, Microsoft::Maui::Graphics::PointF point2);
public static void SetFillPaint (this Microsoft.Maui.Graphics.ICanvas target, Microsoft.Maui.Graphics.Paint paint, Microsoft.Maui.Graphics.PointF point1, Microsoft.Maui.Graphics.PointF point2);
static member SetFillPaint : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.Paint * Microsoft.Maui.Graphics.PointF * Microsoft.Maui.Graphics.PointF -> unit
<Extension()>
Public Sub SetFillPaint (target As ICanvas, paint As Paint, point1 As PointF, point2 As PointF)

Parameters

target
ICanvas
paint
Paint
point1
PointF
point2
PointF

Applies to