C# Class Softbuild.Media.UIImageExtensions

Afficher le fichier Open project: CH3COOH/Softbuild.Media Class Usage Examples

Méthodes publiques

Méthode Description
EffectGrayscale ( this bmp ) : UIImage

グレイスケール処理をしたWriteableBitmapオブジェクトを返す

EffectSepia ( this bmp ) : UIImage

セピア調処理をしたWriteableBitmapオブジェクトを返す

FromArray ( this bmp, byte array ) : UIImage

バイト配列からWriteableBitmapを生成する

GetHeight ( this bmp ) : int
GetPixels ( this bmp ) : byte[]

ビットマップの2-Dテクスチャを表す配列を取得します

GetWidth ( this bmp ) : int

Private Methods

Méthode Description
ProcessEffect ( UIImage bmp, IEffect effector ) : UIImage

パラメータ無しの画像処理をおこなう

Method Details

EffectGrayscale() public static méthode

グレイスケール処理をしたWriteableBitmapオブジェクトを返す
public static EffectGrayscale ( this bmp ) : UIImage
bmp this 元になるWriteableBitmapオブジェクト
Résultat UIImage

EffectSepia() public static méthode

セピア調処理をしたWriteableBitmapオブジェクトを返す
public static EffectSepia ( this bmp ) : UIImage
bmp this 元になるWriteableBitmapオブジェクト
Résultat UIImage

FromArray() public static méthode

バイト配列からWriteableBitmapを生成する
public static FromArray ( this bmp, byte array ) : UIImage
bmp this
array byte ピクセルデータ
Résultat UIImage

GetHeight() public static méthode

public static GetHeight ( this bmp ) : int
bmp this
Résultat int

GetPixels() public static méthode

ビットマップの2-Dテクスチャを表す配列を取得します
public static GetPixels ( this bmp ) : byte[]
bmp this WriteableBitmapオブジェクト
Résultat byte[]

GetWidth() public static méthode

public static GetWidth ( this bmp ) : int
bmp this
Résultat int