C# 클래스 No.UI.Size

Represents a size.
파일 보기 프로젝트 열기: hexafluoride/no 1 사용 예제들

공개 메소드들

메소드 설명
Size ( int width, int height ) : System

Creates a Size object with the given width and height.

메소드 상세

Size() 공개 메소드

Creates a Size object with the given width and height.
public Size ( int width, int height ) : System
width int The width of the Size.
height int The height of the Size.
리턴 System