C# 클래스 NPlot.RectangleD

Stores a set of four double numbers that represent the location and size of a rectangle. TODO: implement more functionality similar to Drawing.RectangleF.
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 메소드들

메소드 설명
RectangleD ( double x, double y, double width, double height )

Constructor

메소드 상세

RectangleD() 공개 메소드

Constructor
public RectangleD ( double x, double y, double width, double height )
x double
y double
width double
height double