C# Class SlideBuilder.Models.Shapes.MDShapeBox

Inheritance: IMDShape
Afficher le fichier Open project: TelerikAcademy/Common

Méthodes publiques

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

Method Details

AddLine() public méthode

public AddLine ( string line, int indent ) : void
line string
indent int
Résultat void

GetLine() public méthode

public GetLine ( ) : string
Résultat string

MDShapeBox() public méthode

public MDShapeBox ( long top, long left, long width ) : System
top long
left long
width long
Résultat System