C# 클래스 Softbuild.Media.UIImageExtensions

파일 보기 프로젝트 열기: CH3COOH/Softbuild.Media 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ProcessEffect ( UIImage bmp, IEffect effector ) : UIImage

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

메소드 상세

EffectGrayscale() 공개 정적인 메소드

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

EffectSepia() 공개 정적인 메소드

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

FromArray() 공개 정적인 메소드

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

GetHeight() 공개 정적인 메소드

public static GetHeight ( this bmp ) : int
bmp this
리턴 int

GetPixels() 공개 정적인 메소드

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

GetWidth() 공개 정적인 메소드

public static GetWidth ( this bmp ) : int
bmp this
리턴 int