CanvasExtensions.DrawRectangle 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
DrawRectangle(ICanvas, Rect) | |
DrawRectangle(ICanvas, RectF) |
DrawRectangle(ICanvas, Rect)
- Source:
- CanvasExtensions.cs
- Source:
- CanvasExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static void DrawRectangle(Microsoft::Maui::Graphics::ICanvas ^ target, Microsoft::Maui::Graphics::Rect rect);
public static void DrawRectangle (this Microsoft.Maui.Graphics.ICanvas target, Microsoft.Maui.Graphics.Rect rect);
static member DrawRectangle : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.Rect -> unit
<Extension()>
Public Sub DrawRectangle (target As ICanvas, rect As Rect)
Parameters
- target
- ICanvas
- rect
- Rect
Applies to
DrawRectangle(ICanvas, RectF)
- Source:
- CanvasExtensions.cs
- Source:
- CanvasExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static void DrawRectangle(Microsoft::Maui::Graphics::ICanvas ^ target, Microsoft::Maui::Graphics::RectF rect);
public static void DrawRectangle (this Microsoft.Maui.Graphics.ICanvas target, Microsoft.Maui.Graphics.RectF rect);
static member DrawRectangle : Microsoft.Maui.Graphics.ICanvas * Microsoft.Maui.Graphics.RectF -> unit
<Extension()>
Public Sub DrawRectangle (target As ICanvas, rect As RectF)
Parameters
- target
- ICanvas
- rect
- RectF
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI