C# 클래스 Glass.Imaging.FullFx.Extensions

파일 보기 프로젝트 열기: SuperJMN/Glass

공개 메소드들

메소드 설명
ConverToRawPixels ( this rect, double horzDpi, double vertDpi ) : Rect
Crop ( this bitmap, Rect rect ) : System.Windows.Media.Imaging.BitmapSource
LoadFromPath ( string path ) : BitmapImage
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 ) : BitmapImage

비공개 메소드들

메소드 설명
OnMemoryBitmap ( Uri source ) : BitmapImage

메소드 상세

ConverToRawPixels() 공개 정적인 메소드

public static ConverToRawPixels ( this rect, double horzDpi, double vertDpi ) : Rect
rect this
horzDpi double
vertDpi double
리턴 System.Windows.Rect

Crop() 공개 정적인 메소드

public static Crop ( this bitmap, Rect rect ) : System.Windows.Media.Imaging.BitmapSource
bitmap this
rect System.Windows.Rect
리턴 System.Windows.Media.Imaging.BitmapSource

LoadFromPath() 공개 정적인 메소드

public static LoadFromPath ( string path ) : BitmapImage
path string
리턴 System.Windows.Media.Imaging.BitmapImage

Rotate() 공개 정적인 메소드

public static Rotate ( this bitmap, double angle ) : System.Windows.Media.Imaging.BitmapSource
bitmap this
angle double
리턴 System.Windows.Media.Imaging.BitmapSource

ToInt32Rect() 공개 정적인 메소드

public static ToInt32Rect ( this rect ) : System.Windows.Int32Rect
rect this
리턴 System.Windows.Int32Rect

Transform() 공개 정적인 메소드

public static Transform ( this bitmap, Core.Transform transform ) : System.Windows.Media.Imaging.BitmapSource
bitmap this
transform Core.Transform
리턴 System.Windows.Media.Imaging.BitmapSource

TryLoadFromPath() 공개 정적인 메소드

public static TryLoadFromPath ( string path ) : BitmapImage
path string
리턴 System.Windows.Media.Imaging.BitmapImage