Rect.Inflate 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
Inflate(Size) | |
Inflate(Double, Double) |
Inflate(Size)
- Source:
- Rect.cs
- Source:
- Rect.cs
public:
Microsoft::Maui::Graphics::Rect Inflate(Microsoft::Maui::Graphics::Size sz);
public Microsoft.Maui.Graphics.Rect Inflate (Microsoft.Maui.Graphics.Size sz);
member this.Inflate : Microsoft.Maui.Graphics.Size -> Microsoft.Maui.Graphics.Rect
Public Function Inflate (sz As Size) As Rect
Parameters
- sz
- Size
Returns
Applies to
Inflate(Double, Double)
- Source:
- Rect.cs
- Source:
- Rect.cs
public:
Microsoft::Maui::Graphics::Rect Inflate(double width, double height);
public Microsoft.Maui.Graphics.Rect Inflate (double width, double height);
member this.Inflate : double * double -> Microsoft.Maui.Graphics.Rect
Public Function Inflate (width As Double, height As Double) As Rect
Parameters
- width
- Double
- height
- Double
Returns
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI