C# 클래스 BinaryFileVisualizer.IntSize

파일 보기 프로젝트 열기: EFanZh/EFanZh

공개 메소드들

메소드 설명
FromSize ( Size size ) : IntSize
IntSize ( int width, int height ) : System.Windows
ToSize ( ) : Size

메소드 상세

FromSize() 공개 정적인 메소드

public static FromSize ( Size size ) : IntSize
size System.Windows.Size
리턴 IntSize

IntSize() 공개 메소드

public IntSize ( int width, int height ) : System.Windows
width int
height int
리턴 System.Windows

ToSize() 공개 메소드

public ToSize ( ) : Size
리턴 System.Windows.Size