C# 클래스 RectangleResize.RgbaBitmapBuffer

파일 보기 프로젝트 열기: EFanZh/EFanZh 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( ) : RgbaBitmapBuffer
FromBitmapSource ( System.Windows.Media.Imaging.BitmapSource bitmapSource ) : RgbaBitmapBuffer
GetPixel ( int x, int y ) : Pixel
RgbaBitmapBuffer ( int width, int height ) : System.Linq
SetPixel ( int x, int y, Pixel value ) : void
ToBitmapSource ( double dpiX, double dpiY ) : System.Windows.Media.Imaging.BitmapSource
ToBitmapSource ( int width, int height, double dpiX, double dpiY ) : System.Windows.Media.Imaging.BitmapSource

비공개 메소드들

메소드 설명
RgbaBitmapBuffer ( float buffer, int floatStride ) : System.Linq

메소드 상세

Copy() 공개 메소드

public Copy ( ) : RgbaBitmapBuffer
리턴 RgbaBitmapBuffer

FromBitmapSource() 공개 정적인 메소드

public static FromBitmapSource ( System.Windows.Media.Imaging.BitmapSource bitmapSource ) : RgbaBitmapBuffer
bitmapSource System.Windows.Media.Imaging.BitmapSource
리턴 RgbaBitmapBuffer

GetPixel() 공개 메소드

public GetPixel ( int x, int y ) : Pixel
x int
y int
리턴 Pixel

RgbaBitmapBuffer() 공개 메소드

public RgbaBitmapBuffer ( int width, int height ) : System.Linq
width int
height int
리턴 System.Linq

SetPixel() 공개 메소드

public SetPixel ( int x, int y, Pixel value ) : void
x int
y int
value Pixel
리턴 void

ToBitmapSource() 공개 메소드

public ToBitmapSource ( double dpiX, double dpiY ) : System.Windows.Media.Imaging.BitmapSource
dpiX double
dpiY double
리턴 System.Windows.Media.Imaging.BitmapSource

ToBitmapSource() 공개 메소드

public ToBitmapSource ( int width, int height, double dpiX, double dpiY ) : System.Windows.Media.Imaging.BitmapSource
width int
height int
dpiX double
dpiY double
리턴 System.Windows.Media.Imaging.BitmapSource