C# 클래스 SlideBuilder.Models.Shapes.MDShapeBox

상속: IMDShape
파일 보기 프로젝트 열기: TelerikAcademy/Common

공개 메소드들

메소드 설명
AddLine ( string line, int indent ) : void
GetLine ( ) : string
MDShapeBox ( long top, long left, long width ) : System

메소드 상세

AddLine() 공개 메소드

public AddLine ( string line, int indent ) : void
line string
indent int
리턴 void

GetLine() 공개 메소드

public GetLine ( ) : string
리턴 string

MDShapeBox() 공개 메소드

public MDShapeBox ( long top, long left, long width ) : System
top long
left long
width long
리턴 System