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

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

공개 메소드들

메소드 설명
ConvertFrom96pppToBitmapDpi ( this rect, double horzDpi, double vertDpi ) : Rect
ToBitmap ( this bitmapImage ) : Bitmap
ToBitmapImage ( this bitmap ) : System.Windows.Media.Imaging.BitmapSource
ToInt32Rect ( this rect ) : System.Windows.Int32Rect

메소드 상세

ConvertFrom96pppToBitmapDpi() 공개 정적인 메소드

public static ConvertFrom96pppToBitmapDpi ( this rect, double horzDpi, double vertDpi ) : Rect
rect this
horzDpi double
vertDpi double
리턴 Rect

ToBitmap() 공개 정적인 메소드

public static ToBitmap ( this bitmapImage ) : Bitmap
bitmapImage this
리턴 System.Drawing.Bitmap

ToBitmapImage() 공개 정적인 메소드

public static ToBitmapImage ( this bitmap ) : System.Windows.Media.Imaging.BitmapSource
bitmap this
리턴 System.Windows.Media.Imaging.BitmapSource

ToInt32Rect() 공개 정적인 메소드

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