Class SvgImage
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
[SvgElement("image")]
public class SvgImage : SvgVisualElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable
Properties
|
Improve this Doc
View Source
AspectRatio
Gets or sets the aspect of the viewport.
Declaration
public SvgAspectRatio AspectRatio { get; set; }
Property Value
|
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
Href
Declaration
[SvgAttribute("href", "http://www.w3.org/1999/xlink")]
public virtual string Href { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
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
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
GetImage()
Declaration
Returns
|
Improve this Doc
View Source
GetImage(String)
Declaration
public object GetImage(string uriString)
Parameters
| Type |
Name |
Description |
| System.String |
uriString |
|
Returns
|
Improve this Doc
View Source
Path(ISvgRenderer)
Gets the for this element.
Declaration
public override GraphicsPath Path(ISvgRenderer renderer)
Parameters
Returns
| Type |
Description |
| GraphicsPath |
|
Overrides
|
Improve this Doc
View Source
Render(ISvgRenderer)
Renders the SvgElement and contents to the specified object.
Declaration
protected override void Render(ISvgRenderer renderer)
Parameters
Overrides
Implements
Extension Methods