C# Class EInfrastructure.Core.Configuration.Ioc.Plugs.Storage.Enumerations.ImageModeType

图片缩放
Inheritance: Enumeration
Afficher le fichier Open project: zhenlei520/System.Extension.Core

Méthodes publiques

Свойство Type Description
Fill ImageModeType
Fixed ImageModeType
LimitMax ImageModeType
LimitMin ImageModeType
Pad ImageModeType
Proportion ImageModeType

Méthodes publiques

Méthode Description
ImageModeType ( int id, string name ) : EInfrastructure.Core.Configuration.Enumerations.SeedWork

Method Details

ImageModeType() public méthode

public ImageModeType ( int id, string name ) : EInfrastructure.Core.Configuration.Enumerations.SeedWork
id int
name string 描述
Résultat EInfrastructure.Core.Configuration.Enumerations.SeedWork

Property Details

Fill public_oe static_oe property

固定宽高,将延伸出指定w与h的矩形框外的最小图片进行居中裁剪
public static ImageModeType,EInfrastructure.Core.Configuration.Ioc.Plugs.Storage.Enumerations Fill
Résultat ImageModeType

Fixed public_oe static_oe property

固定宽高,强制缩放
public static ImageModeType,EInfrastructure.Core.Configuration.Ioc.Plugs.Storage.Enumerations Fixed
Résultat ImageModeType

LimitMax public_oe static_oe property

等比缩放,限制在指定w与h的矩形内的最大图片
public static ImageModeType,EInfrastructure.Core.Configuration.Ioc.Plugs.Storage.Enumerations LimitMax
Résultat ImageModeType

LimitMin public_oe static_oe property

等比缩放,延伸出指定w与h的矩形框外的最小图片
public static ImageModeType,EInfrastructure.Core.Configuration.Ioc.Plugs.Storage.Enumerations LimitMin
Résultat ImageModeType

Pad public_oe static_oe property

固定宽高,缩放填充
public static ImageModeType,EInfrastructure.Core.Configuration.Ioc.Plugs.Storage.Enumerations Pad
Résultat ImageModeType

Proportion public_oe static_oe property

按比例缩放
public static ImageModeType,EInfrastructure.Core.Configuration.Ioc.Plugs.Storage.Enumerations Proportion
Résultat ImageModeType