Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Image.ImageSupport.NewImageSize Method

(not specified)

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

Syntax

public static Image NewImageSize(
    Image imgOrig,
    int percent,
    bool stretch,
    out byte[] bytes );
public static Image NewImageSize(
    string filePath,
    int percent,
    bool stretch,
    out byte[] bytes );
public static Image NewImageSize(
    Image imgOrig,
    int width,
    int height,
    bool stretch,
    out byte[] bytes );
public static Image NewImageSize(
    string filePath,
    int width,
    int height,
    bool stretch,
    out byte[] bytes );

Parameters

imgOrig

(not specified)

percent

(not specified)

stretch

(not specified)

bytes

(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