SkiaImage.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:
- SkiaImage.cs
- Source:
- SkiaImage.cs
public Microsoft.Maui.Graphics.IImage Downsize (float maxWidthOrHeight, bool disposeOriginal = false);
abstract member Downsize : single * bool -> Microsoft.Maui.Graphics.IImage
override this.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
Implements
Applies to
Downsize(Single, Single, Boolean)
- Source:
- SkiaImage.cs
- Source:
- SkiaImage.cs
public Microsoft.Maui.Graphics.IImage Downsize (float maxWidth, float maxHeight, bool disposeOriginal = false);
abstract member Downsize : single * single * bool -> Microsoft.Maui.Graphics.IImage
override this.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
Implements
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.