C# 클래스 HasK.Controls.Graph.DSize

Graphical 2D size with double width and height
파일 보기 프로젝트 열기: xHasKx/CSharp.Controls.Graph.Chart 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

메소드 설명
DSize ( double width, double height ) : System

Create graphical 2D size

ToString ( ) : string

Convert DSize object to string representation

메소드 상세

DSize() 공개 메소드

Create graphical 2D size
public DSize ( double width, double height ) : System
width double Width
height double Height
리턴 System

ToString() 공개 메소드

Convert DSize object to string representation
public ToString ( ) : string
리턴 string

프로퍼티 상세

Height 공개적으로 프로퍼티

Height
public double Height
리턴 double

Width 공개적으로 프로퍼티

Width
public double Width
리턴 double