Class SvgForeignObject
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg
Assembly: TelerikCommon.dll
Syntax
[SvgElement("foreignObject")]
public class SvgForeignObject : SvgVisualElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgBoundable, ISvgStylable, ISvgClipable
Constructors
SvgForeignObject()
Declaration
public SvgForeignObject()
Properties
Bounds
Declaration
public override RectangleF Bounds { get; }
Property Value
System.Drawing.RectangleF
|
Overrides
Renderable
Declaration
protected override bool Renderable { get; }
Property Value
System.Boolean
|
Overrides
Methods
DeepCopy()
Path(ISvgRenderer)
Declaration
public override GraphicsPath Path(ISvgRenderer renderer)
Parameters
ISvgRenderer
renderer
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|