Class SvgFragment
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("svg")]
public class SvgFragment : SvgElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgViewPort, ISvgBoundable
Constructors
SvgFragment()
Declaration
public SvgFragment()
Fields
Namespace
Declaration
public static readonly Uri Namespace
Field Value
System.Uri
|
Properties
AspectRatio
Declaration
public SvgAspectRatio AspectRatio { get; set; }
Property Value
SvgAspectRatio
|
Implements
Bounds
Declaration
public RectangleF Bounds { get; }
Property Value
System.Drawing.RectangleF
|
FontFamily
Declaration
public override string FontFamily { get; set; }
Property Value
System.String
|
Overrides
FontSize
Height
Overflow
Path
Declaration
public GraphicsPath Path { get; }
Property Value
System.Drawing.Drawing2D.GraphicsPath
|
SpaceHandling
Declaration
public override XmlSpaceHandling SpaceHandling { get; set; }
Property Value
XmlSpaceHandling
|
Overrides
ViewBox
Width
X
Y
Methods
DeepCopy()
DeepCopy<T>()
Declaration
public override SvgElement DeepCopy<T>()
where T : SvgElement, new()
Returns
SvgElement
|
Type Parameters
T
|
Overrides
GetDimensions()
Declaration
public SizeF GetDimensions()
Returns
System.Drawing.SizeF
|
PushTransforms(ISvgRenderer)
Declaration
protected override bool PushTransforms(ISvgRenderer renderer)
Parameters
ISvgRenderer
renderer
|
Returns
System.Boolean
|
Overrides
Render(ISvgRenderer)
Declaration
protected override void Render(ISvgRenderer renderer)
Parameters
ISvgRenderer
renderer
|
Overrides
WriteStartElement(XmlTextWriter)
Declaration
protected override void WriteStartElement(XmlTextWriter writer)
Parameters
System.Xml.XmlTextWriter
writer
|
Overrides
Explicit Interface Implementations
ISvgBoundable.Bounds
Declaration
RectangleF ISvgBoundable.Bounds { get; }
Returns
System.Drawing.RectangleF
|
Implements
ISvgBoundable.Location
Declaration
PointF ISvgBoundable.Location { get; }
Returns
System.Drawing.PointF
|
Implements
ISvgBoundable.Size
Declaration
SizeF ISvgBoundable.Size { get; }
Returns
System.Drawing.SizeF
|