C# Class SlideBuilder.Models.Shapes.MDShapeBox

Inheritance: IMDShape
Mostra file Open project: TelerikAcademy/Common

Public Methods

Method Description
AddLine ( string line, int indent ) : void
GetLine ( ) : string
MDShapeBox ( long top, long left, long width ) : System

Method Details

AddLine() public method

public AddLine ( string line, int indent ) : void
line string
indent int
return void

GetLine() public method

public GetLine ( ) : string
return string

MDShapeBox() public method

public MDShapeBox ( long top, long left, long width ) : System
top long
left long
width long
return System