Method | Description | |
---|---|---|
Clone ( ) : System.Windows.Media.Imaging.BitmapSource | ||
CopyPixels ( System.Windows.Int32Rect sourceRect, |
||
Dispose ( ) : void | ||
Resize ( int newWidth, int newHeight ) : System.Windows.Media.Imaging.BitmapSource | ||
SharedBitmapSource ( |
||
SharedBitmapSource ( int width, int height, System sourceFormat ) : System |
Method | Description | |
---|---|---|
CreateInstanceCore ( ) : System.Windows.Freezable | ||
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ConvertPixelFormat ( System sourceFormat ) : System.Windows.Media.PixelFormat |
public Clone ( ) : System.Windows.Media.Imaging.BitmapSource | ||
return | System.Windows.Media.Imaging.BitmapSource |
public CopyPixels ( System.Windows.Int32Rect sourceRect, |
||
sourceRect | System.Windows.Int32Rect | |
pixels | ||
stride | int | |
offset | int | |
return | void |
protected CreateInstanceCore ( ) : System.Windows.Freezable | ||
return | System.Windows.Freezable |
public Resize ( int newWidth, int newHeight ) : System.Windows.Media.Imaging.BitmapSource | ||
newWidth | int | |
newHeight | int | |
return | System.Windows.Media.Imaging.BitmapSource |
public SharedBitmapSource ( |
||
bitmap | ||
return | System |
public SharedBitmapSource ( int width, int height, System sourceFormat ) : System | ||
width | int | |
height | int | |
sourceFormat | System | |
return | System |