C# 클래스 WinRTXamlToolkit.Controls.OrientedSize

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

공개 메소드들

메소드 설명
OrientedSize ( Orientation orientation ) : System.Runtime.InteropServices

Initializes a new OrientedSize structure.

OrientedSize ( Orientation orientation, double width, double height ) : System.Runtime.InteropServices

Initializes a new OrientedSize structure.

메소드 상세

OrientedSize() 공개 메소드

Initializes a new OrientedSize structure.
public OrientedSize ( Orientation orientation ) : System.Runtime.InteropServices
orientation Orientation Orientation of the structure.
리턴 System.Runtime.InteropServices

OrientedSize() 공개 메소드

Initializes a new OrientedSize structure.
public OrientedSize ( Orientation orientation, double width, double height ) : System.Runtime.InteropServices
orientation Orientation Orientation of the structure.
width double Un-oriented width of the structure.
height double Un-oriented height of the structure.
리턴 System.Runtime.InteropServices