C# Class BinaryFileVisualizer.IntSize

Afficher le fichier Open project: EFanZh/EFanZh

Méthodes publiques

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

Method Details

FromSize() public static méthode

public static FromSize ( Size size ) : IntSize
size System.Windows.Size
Résultat IntSize

IntSize() public méthode

public IntSize ( int width, int height ) : System.Windows
width int
height int
Résultat System.Windows

ToSize() public méthode

public ToSize ( ) : Size
Résultat System.Windows.Size