C# 클래스 Core2D.Path.XPathSize

Path size.
상속: ObservableObject
파일 보기 프로젝트 열기: Core2D/Core2D 1 사용 예제들

공개 메소드들

메소드 설명
Create ( double width = 0.0, double height = 0.0 ) : XPathSize

Creates a new XPathSize instance.

ToString ( ) : string

메소드 상세

Create() 공개 정적인 메소드

Creates a new XPathSize instance.
public static Create ( double width = 0.0, double height = 0.0 ) : XPathSize
width double The width value.
height double The height value.
리턴 XPathSize

ToString() 공개 메소드

public ToString ( ) : string
리턴 string