C# Класс LayoutFarm.HtmlBoxes.CssBoxImage

CSS box for image element.
Наследование: CssBox
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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