C# Class BinaryFileVisualizer.IntSize

Mostrar archivo Open project: EFanZh/EFanZh

Public Methods

Method Description
FromSize ( Size size ) : IntSize
IntSize ( int width, int height ) : System.Windows
ToSize ( ) : Size

Method Details

FromSize() public static method

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

IntSize() public method

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

ToSize() public method

public ToSize ( ) : Size
return System.Windows.Size