C# Class LayoutFarm.HtmlBoxes.CssImageRun

Represents a word inside an inline box
Inheritance: CssRun
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CssImageRun ( ) : PixelFarm.Drawing

Creates a new BoxWord which represents an image

ToString ( ) : string

Represents this word for debugging purposes

WriteContent ( System stbuilder, int start, int length ) : void

Method Details

CssImageRun() public méthode

Creates a new BoxWord which represents an image
public CssImageRun ( ) : PixelFarm.Drawing
Résultat PixelFarm.Drawing

ToString() public méthode

Represents this word for debugging purposes
public ToString ( ) : string
Résultat string

WriteContent() public méthode

public WriteContent ( System stbuilder, int start, int length ) : void
stbuilder System
start int
length int
Résultat void