CssRectImage

TheArtOfDev.HtmlRenderer.Core.Dom

Represents a word inside an inline box

Erbt von: CssRect

Konstruktoren

CssRectImage(CssBox)

Creates a new BoxWord which represents an image

owner
the CSS box owner of the word

Eigenschaften

Image : RImage

Gets the image this words represents (if one exists)

ImageRectangle : RRect

the image rectange restriction as returned from image load event

IsImage : bool

Gets if the word represents an image.

Methoden

ToString() : string

Represents this word for debugging purposes

Felder

_image : RImage

the image object if it is image word (can be null if not loaded)

_imageRectangle : RRect

the image rectangle restriction as returned from image load event