Class SvgUse
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
[SvgElement("use")]
public class SvgUse : SvgVisualElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable
Properties
|
Improve this Doc
View Source
Bounds
Gets the bounds of the element.
Declaration
public override RectangleF Bounds { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Height
Declaration
public virtual SvgUnit Height { get; set; }
Property Value
|
Improve this Doc
View Source
Location
Gets an SvgPoint representing the top left point of the rectangle.
Declaration
public SvgPoint Location { get; }
Property Value
|
Improve this Doc
View Source
ReferencedElement
Declaration
[SvgAttribute("href", "http://www.w3.org/1999/xlink")]
public virtual Uri ReferencedElement { get; set; }
Property Value
|
Improve this Doc
View Source
Renderable
Declaration
protected override bool Renderable { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Width
Declaration
public virtual SvgUnit Width { get; set; }
Property Value
|
Improve this Doc
View Source
X
Declaration
public virtual SvgUnit X { get; set; }
Property Value
|
Improve this Doc
View Source
Y
Declaration
public virtual SvgUnit Y { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
Overrides
|
Improve this Doc
View Source
Path(ISvgRenderer)
Declaration
public override GraphicsPath Path(ISvgRenderer renderer)
Parameters
Returns
| Type |
Description |
| GraphicsPath |
|
Overrides
|
Improve this Doc
View Source
Declaration
protected override bool PushTransforms(ISvgRenderer renderer)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
RenderChildren(ISvgRenderer)
Declaration
protected override void RenderChildren(ISvgRenderer renderer)
Parameters
Overrides
Implements
Extension Methods