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에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI