C# 클래스 LayoutFarm.HtmlBoxes.CssImageRun

Represents a word inside an inline box
상속: CssRun
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

CssImageRun() 공개 메소드

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

ToString() 공개 메소드

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

WriteContent() 공개 메소드

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