C# 클래스 Core2D.Math.Size2

Size definition.
파일 보기 프로젝트 열기: Core2D/Core2D

공개 프로퍼티들

프로퍼티 타입 설명
Height double
Width double

공개 메소드들

메소드 설명
Create ( double width, double height ) : Size2

Creates a new Size2 instance.

Size2 ( double width, double height )

Initializes a new Size2 instance.

메소드 상세

Create() 공개 정적인 메소드

Creates a new Size2 instance.
public static Create ( double width, double height ) : Size2
width double
height double
리턴 Size2

Size2() 공개 메소드

Initializes a new Size2 instance.
public Size2 ( double width, double height )
width double
height double

프로퍼티 상세

Height 공개적으로 프로퍼티

public double Height
리턴 double

Width 공개적으로 프로퍼티

public double Width
리턴 double