C# 클래스 Microsoft.R.Components.Plots.Implementation.WpfUnitsConversion

파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
FromPixels ( System.Windows.PresentationSource source, Size pixelSize ) : Size
GetResolution ( System.Windows.PresentationSource source ) : int
ToPixels ( System.Windows.PresentationSource source, Point wpfSize ) : Point
ToPixels ( System.Windows.PresentationSource source, Size wpfSize ) : Size

메소드 상세

FromPixels() 공개 정적인 메소드

public static FromPixels ( System.Windows.PresentationSource source, Size pixelSize ) : Size
source System.Windows.PresentationSource
pixelSize System.Windows.Size
리턴 System.Windows.Size

GetResolution() 공개 정적인 메소드

public static GetResolution ( System.Windows.PresentationSource source ) : int
source System.Windows.PresentationSource
리턴 int

ToPixels() 공개 정적인 메소드

public static ToPixels ( System.Windows.PresentationSource source, Point wpfSize ) : Point
source System.Windows.PresentationSource
wpfSize Point
리턴 Point

ToPixels() 공개 정적인 메소드

public static ToPixels ( System.Windows.PresentationSource source, Size wpfSize ) : Size
source System.Windows.PresentationSource
wpfSize System.Windows.Size
리턴 System.Windows.Size