C# Class LayoutFarm.HtmlBoxes.CssImageRun

Represents a word inside an inline box
Inheritance: CssRun
ファイルを表示 Open project: prepare/HTML-Renderer Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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

ToString() public method

Represents this word for debugging purposes
public ToString ( ) : string
return string

WriteContent() public method

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