C# 클래스 LiveCharts.Dtos.CoreRectangle

파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts 1 사용 예제들

공개 메소드들

메소드 설명
CoreRectangle ( ) : System

Initializes a new instance of the CoreRectangle class.

CoreRectangle ( double left, double top, double width, double height ) : System

Initializes a new instance of the CoreRectangle class.

메소드 상세

CoreRectangle() 공개 메소드

Initializes a new instance of the CoreRectangle class.
public CoreRectangle ( ) : System
리턴 System

CoreRectangle() 공개 메소드

Initializes a new instance of the CoreRectangle class.
public CoreRectangle ( double left, double top, double width, double height ) : System
left double The left.
top double The top.
width double The width.
height double The height.
리턴 System