Method | Description | |
---|---|---|
Copy ( ) : |
||
FromBitmapSource ( System.Windows.Media.Imaging.BitmapSource bitmapSource ) : |
||
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 |
Method | Description | |
---|---|---|
RgbaBitmapBuffer ( float buffer, int floatStride ) : System.Linq |
public static FromBitmapSource ( System.Windows.Media.Imaging.BitmapSource bitmapSource ) : |
||
bitmapSource | System.Windows.Media.Imaging.BitmapSource | |
return |
public RgbaBitmapBuffer ( int width, int height ) : System.Linq | ||
width | int | |
height | int | |
return | System.Linq |
public SetPixel ( int x, int y, Pixel value ) : void | ||
x | int | |
y | int | |
value | Pixel | |
return | void |
public ToBitmapSource ( double dpiX, double dpiY ) : System.Windows.Media.Imaging.BitmapSource | ||
dpiX | double | |
dpiY | double | |
return | System.Windows.Media.Imaging.BitmapSource |
public ToBitmapSource ( int width, int height, double dpiX, double dpiY ) : System.Windows.Media.Imaging.BitmapSource | ||
width | int | |
height | int | |
dpiX | double | |
dpiY | double | |
return | System.Windows.Media.Imaging.BitmapSource |