C# 클래스 concord.Output.HtmlGanttChart.HtmlDraw

파일 보기 프로젝트 열기: uShip/Concord

공개 메소드들

메소드 설명
DrawRectangle ( string fillColor, string borderColor, float borderWidth, float x, float y, float width, float height, string title = null ) : void
ToString ( ) : string

메소드 상세

DrawRectangle() 공개 메소드

public DrawRectangle ( string fillColor, string borderColor, float borderWidth, float x, float y, float width, float height, string title = null ) : void
fillColor string
borderColor string
borderWidth float
x float
y float
width float
height float
title string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string