Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Image.ImageSupport.NewImageSizeAsync Method

(not specified)

Class: YetaWF.Core.Image.ImageSupport
Namespace: YetaWF.Core.Image
Assembly: YetaWF.Core

Syntax

public static Task<ValueTuple<Image,byte[]>> NewImageSizeAsync(
    Image imgOrig,
    int percent,
    bool stretch );
public static Task<ValueTuple<Image,byte[]>> NewImageSizeAsync(
    string filePath,
    int percent,
    bool stretch );
public static Task<ValueTuple<Image,byte[]>> NewImageSizeAsync(
    Image imgOrig,
    int width,
    int height,
    bool stretch );
public static Task<ValueTuple<Image,byte[]>> NewImageSizeAsync(
    string filePath,
    int width,
    int height,
    bool stretch );

Parameters

imgOrig

(not specified)

percent

(not specified)

stretch

(not specified)

filePath

(not specified)

width

(not specified)

height

(not specified)

Return Value

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.Image.ImageSupport ClassYetaWF.Core Overview