API Reference
Class
HtmlRenderVisual
Immutable positioned visual emitted by the shared HTML layout engine.
Inheritance
- Object
- HtmlRenderVisual
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property HtmlRenderClipGroup.Visuals
- Property HtmlRenderEffectGroup.Visuals
- Property HtmlRenderLogicalTextGroup.Visuals
- Property HtmlRenderPage.Scene
- Property HtmlRenderPage.Visuals
- Property HtmlRenderPathClipGroup.Visuals
- Property HtmlRenderSemanticGroup.Visuals
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public HtmlRenderVisualKind Kind { get; } #Visual operation kind.
public Double X { get; } #Left coordinate in CSS pixels.
public Double Y { get; } #Top coordinate in CSS pixels.
public Double Width { get; } #Visual width in CSS pixels.
public Double Height { get; } #Visual height in CSS pixels.
public Int32 PaintOrder { get; } #Stable paint order within the rendered page.
public String LinkUri { get; } #Optional safe hyperlink associated with the visual.
public String Source { get; } #Optional source element description used by diagnostics and inspection.