Class SvgGlyph
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("glyph")]
public class SvgGlyph : SvgPathBasedElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgBoundable, ISvgStylable, ISvgClipable, ISvgPathElement
Constructors
SvgGlyph()
Declaration
public SvgGlyph()
Properties
GlyphName
Declaration
public virtual string GlyphName { get; set; }
Property Value
System.String
|
HorizAdvX
Declaration
public float HorizAdvX { get; set; }
Property Value
System.Single
|
PathData
Unicode
Declaration
public string Unicode { get; set; }
Property Value
System.String
|
VertAdvY
Declaration
public float VertAdvY { get; set; }
Property Value
System.Single
|
VertOriginX
Declaration
public float VertOriginX { get; set; }
Property Value
System.Single
|
VertOriginY
Declaration
public float VertOriginY { get; set; }
Property Value
System.Single
|
Methods
DeepCopy()
DeepCopy<T>()
Declaration
public override SvgElement DeepCopy<T>()
where T : SvgElement, new()
Returns
SvgElement
|
Type Parameters
T
|
Overrides
OnPathUpdated()
Path(ISvgRenderer)
Declaration
public override GraphicsPath Path(ISvgRenderer renderer)
Parameters
ISvgRenderer
renderer
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|