IImage.Downsize 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
Downsize(Single, Boolean) | |
Downsize(Single, Single, Boolean) |
Downsize(Single, Boolean)
- Source:
- IImage.cs
- Source:
- IImage.cs
public Microsoft.Maui.Graphics.IImage Downsize (float maxWidthOrHeight, bool disposeOriginal = false);
abstract member Downsize : single * bool -> Microsoft.Maui.Graphics.IImage
Public Function Downsize (maxWidthOrHeight As Single, Optional disposeOriginal As Boolean = false) As IImage
Parameters
- maxWidthOrHeight
- Single
- disposeOriginal
- Boolean
Returns
Applies to
Downsize(Single, Single, Boolean)
- Source:
- IImage.cs
- Source:
- IImage.cs
public Microsoft.Maui.Graphics.IImage Downsize (float maxWidth, float maxHeight, bool disposeOriginal = false);
abstract member Downsize : single * single * bool -> Microsoft.Maui.Graphics.IImage
Public Function Downsize (maxWidth As Single, maxHeight As Single, Optional disposeOriginal As Boolean = false) As IImage
Parameters
- maxWidth
- Single
- maxHeight
- Single
- disposeOriginal
- Boolean
Returns
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.