API Reference
Class
HtmlRenderPathClipGroup
Ordered child visuals clipped by one shared Drawing path in surface coordinates. Child coordinates remain in the same surface coordinate system as the group.
Inheritance
- HtmlRenderVisual
- HtmlRenderPathClipGroup
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Double ClipX { get; } #Horizontal origin of the clip path in surface coordinates.
public Double ClipY { get; } #Vertical origin of the clip path in surface coordinates.
public OfficeClipPath ClipPath { get; } #Detached shared Drawing clip geometry in local group coordinates.
public IReadOnlyList<HtmlRenderVisual> Visuals { get; } #Ordered child visuals in the same surface coordinate system 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