C# Class concord.Output.HtmlGanttChart.HtmlDraw

Exibir arquivo Open project: uShip/Concord

Public Methods

Method Description
DrawRectangle ( string fillColor, string borderColor, float borderWidth, float x, float y, float width, float height, string title = null ) : void
ToString ( ) : string

Method Details

DrawRectangle() public method

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
return void

ToString() public method

public ToString ( ) : string
return string