BinaryFileVisualizer.IntSize.IntSize C# (CSharp) 메소드

IntSize() 공개 메소드

public IntSize ( int width, int height ) : System.Windows
width int
height int
리턴 System.Windows
        public IntSize(int width, int height)
        {
            Width = width;
            Height = height;
        }