메소드 | 설명 | |
---|---|---|
ConverToRawPixels ( this rect, double horzDpi, double vertDpi ) : |
||
Crop ( this bitmap, |
||
LoadFromPath ( string path ) : |
||
Rotate ( this bitmap, double angle ) : System.Windows.Media.Imaging.BitmapSource | ||
ToInt32Rect ( this rect ) : System.Windows.Int32Rect | ||
Transform ( this bitmap, Core.Transform transform ) : System.Windows.Media.Imaging.BitmapSource | ||
TryLoadFromPath ( string path ) : |
메소드 | 설명 | |
---|---|---|
OnMemoryBitmap ( |
public static ConverToRawPixels ( this rect, double horzDpi, double vertDpi ) : |
||
rect | this | |
horzDpi | double | |
vertDpi | double | |
리턴 |
public static Crop ( this bitmap, |
||
bitmap | this | |
rect | ||
리턴 | System.Windows.Media.Imaging.BitmapSource |
public static LoadFromPath ( string path ) : |
||
path | string | |
리턴 |
public static Rotate ( this bitmap, double angle ) : System.Windows.Media.Imaging.BitmapSource | ||
bitmap | this | |
angle | double | |
리턴 | System.Windows.Media.Imaging.BitmapSource |
public static ToInt32Rect ( this rect ) : System.Windows.Int32Rect | ||
rect | this | |
리턴 | System.Windows.Int32Rect |
public static Transform ( this bitmap, Core.Transform transform ) : System.Windows.Media.Imaging.BitmapSource | ||
bitmap | this | |
transform | Core.Transform | |
리턴 | System.Windows.Media.Imaging.BitmapSource |
public static TryLoadFromPath ( string path ) : |
||
path | string | |
리턴 |