API Reference
Class
HtmlRenderClipGroup
Ordered child visuals constrained by one or both axes of a rectangular clip. Child coordinates remain in the same surface coordinate system as the group.
Inheritance
- HtmlRenderVisual
- HtmlRenderClipGroup
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Double ClipX { get; } #Horizontal origin of the authored overflow clip rectangle.
public Double ClipY { get; } #Vertical origin of the authored overflow clip rectangle.
public Double ClipWidth { get; } #Width of the authored overflow clip rectangle.
public Double ClipHeight { get; } #Height of the authored overflow clip rectangle.
public Boolean ClipHorizontal { get; } #Whether the group clips content outside its horizontal bounds.
public Boolean ClipVertical { get; } #Whether the group clips content outside its vertical bounds.
public IReadOnlyList<HtmlRenderVisual> Visuals { get; } #Ordered child visuals in the same coordinate space as the group.
Inherited Properties
public HtmlRenderVisualKind Kind { get; } #Inherited from HtmlRenderVisual
public Double X { get; } #Inherited from HtmlRenderVisual
public Double Y { get; } #Inherited from HtmlRenderVisual
public Double Width { get; } #Inherited from HtmlRenderVisual
public Double Height { get; } #Inherited from HtmlRenderVisual
public Int32 PaintOrder { get; } #Inherited from HtmlRenderVisual
public String LinkUri { get; } #Inherited from HtmlRenderVisual
public String Source { get; } #Inherited from HtmlRenderVisual