PictureCanvas.SetFillPaint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetFillPaint(Paint, RectF) | |
SetFillPaint(Paint, PointF, PointF) |
SetFillPaint(Paint, RectF)
- Source:
- PictureCanvas.cs
- Source:
- PictureCanvas.cs
public:
virtual void SetFillPaint(Microsoft::Maui::Graphics::Paint ^ paint, Microsoft::Maui::Graphics::RectF rectangle);
public void SetFillPaint (Microsoft.Maui.Graphics.Paint paint, Microsoft.Maui.Graphics.RectF rectangle);
abstract member SetFillPaint : Microsoft.Maui.Graphics.Paint * Microsoft.Maui.Graphics.RectF -> unit
override this.SetFillPaint : Microsoft.Maui.Graphics.Paint * Microsoft.Maui.Graphics.RectF -> unit
Public Sub SetFillPaint (paint As Paint, rectangle As RectF)
Parameters
- paint
- Paint
- rectangle
- RectF
Implements
Applies to
SetFillPaint(Paint, PointF, PointF)
- Source:
- PictureCanvas.cs
- Source:
- PictureCanvas.cs
public:
void SetFillPaint(Microsoft::Maui::Graphics::Paint ^ paint, Microsoft::Maui::Graphics::PointF point1, Microsoft::Maui::Graphics::PointF point2);
public void SetFillPaint (Microsoft.Maui.Graphics.Paint paint, Microsoft.Maui.Graphics.PointF point1, Microsoft.Maui.Graphics.PointF point2);
member this.SetFillPaint : Microsoft.Maui.Graphics.Paint * Microsoft.Maui.Graphics.PointF * Microsoft.Maui.Graphics.PointF -> unit
Public Sub SetFillPaint (paint As Paint, point1 As PointF, point2 As PointF)
Parameters
- paint
- Paint
- point1
- PointF
- point2
- PointF
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.