Class SvgForeignObject
- Namespace
- Svg
- Assembly
- Svg.dll
The 'foreignObject' element allows for inclusion of a foreign namespace which has its graphical content drawn by a different user agent
[SvgElement("foreignObject")]
public class SvgForeignObject : SvgVisualElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable
- Inheritance
-
SvgForeignObject
- Implements
- Inherited Members
- Extension Methods
Properties
Bounds
Gets the bounds of the element.
public override RectangleF Bounds { get; }
Property Value
- RectangleF
The bounds.
Renderable
protected override bool Renderable { get; }
Property Value
Methods
DeepCopy()
public override SvgElement DeepCopy()
Returns
Path(ISvgRenderer)
Gets the GraphicsPath for this element.
public override GraphicsPath Path(ISvgRenderer renderer)
Parameters
renderer
ISvgRenderer