Method | Description | |
---|---|---|
ConvertFrom96pppToBitmapDpi ( this rect, double horzDpi, double vertDpi ) : Rect | ||
ToBitmap ( this bitmapImage ) : |
||
ToBitmapImage ( this bitmap ) : System.Windows.Media.Imaging.BitmapSource | ||
ToInt32Rect ( this rect ) : System.Windows.Int32Rect |
public static ConvertFrom96pppToBitmapDpi ( this rect, double horzDpi, double vertDpi ) : Rect | ||
rect | this | |
horzDpi | double | |
vertDpi | double | |
return | Rect |
public static ToBitmap ( this bitmapImage ) : |
||
bitmapImage | this | |
return |
public static ToBitmapImage ( this bitmap ) : System.Windows.Media.Imaging.BitmapSource | ||
bitmap | this | |
return | System.Windows.Media.Imaging.BitmapSource |
public static ToInt32Rect ( this rect ) : System.Windows.Int32Rect | ||
rect | this | |
return | System.Windows.Int32Rect |