CanvasExtensions.DrawEllipse 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
DrawEllipse(ICanvas, Rect) | |
DrawEllipse(ICanvas, RectF) |
DrawEllipse(ICanvas, Rect)
- Source:
- CanvasExtensions.cs
- Source:
- CanvasExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static void DrawEllipse(Microsoft::Maui::Graphics::ICanvas ^ target, Microsoft::Maui::Graphics::Rect rect);
public static void DrawEllipse (this Microsoft.Maui.Graphics.ICanvas target, Microsoft.Maui.Graphics.Rect rect);
static member DrawEllipse : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.Rect -> unit
<Extension()>
Public Sub DrawEllipse (target As ICanvas, rect As Rect)
Parameters
- target
- ICanvas
- rect
- Rect
Applies to
DrawEllipse(ICanvas, RectF)
- Source:
- CanvasExtensions.cs
- Source:
- CanvasExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static void DrawEllipse(Microsoft::Maui::Graphics::ICanvas ^ target, Microsoft::Maui::Graphics::RectF rect);
public static void DrawEllipse (this Microsoft.Maui.Graphics.ICanvas target, Microsoft.Maui.Graphics.RectF rect);
static member DrawEllipse : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.RectF -> unit
<Extension()>
Public Sub DrawEllipse (target As ICanvas, rect As RectF)
Parameters
- target
- ICanvas
- rect
- RectF
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.