C# 클래스 LayoutFarm.HtmlBoxes.CssBoxImage

CSS box for image element.
상속: CssBox
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
CssBoxImage ( Css boxSpec, RootGraphic rootgfx, ImageBinder binder ) : System

Init.

MeasureRunsSize ( LayoutVisitor lay ) : void

Assigns words its width and height

Paint ( PaintVisitor p, RectangleF rect ) : void

보호된 메소드들

메소드 설명
PaintImp ( PaintVisitor p ) : void

Paints the fragment

비공개 메소드들

메소드 설명
MeasureImageSize ( CssImageRun imgRun, LayoutVisitor lay ) : void

Measure image box size by the width\height set on the box and the actual rendered image size.
If no image exists for the box error icon will be set.

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CssBoxImage() 공개 메소드

Init.
public CssBoxImage ( Css boxSpec, RootGraphic rootgfx, ImageBinder binder ) : System
boxSpec Css
rootgfx RootGraphic
binder ImageBinder
리턴 System

MeasureRunsSize() 공개 메소드

Assigns words its width and height
public MeasureRunsSize ( LayoutVisitor lay ) : void
lay LayoutVisitor
리턴 void

Paint() 공개 메소드

public Paint ( PaintVisitor p, RectangleF rect ) : void
p PaintVisitor
rect PixelFarm.Drawing.RectangleF
리턴 void

PaintImp() 보호된 메소드

Paints the fragment
protected PaintImp ( PaintVisitor p ) : void
p PaintVisitor
리턴 void