Class SvgRenderer
Inheritance
System.Object
SvgRenderer
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
public sealed class SvgRenderer : ISvgRenderer, IDisposable, IGraphicsProvider
Properties
DpiY
SmoothingMode
Declaration
public SmoothingMode SmoothingMode { get; set; }
Property Value
System.
|
Implements
Transform
Declaration
public Matrix Transform { get; set; }
Property Value
System.
|
Implements
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()
DrawImage(Image, RectangleF, RectangleF, GraphicsUnit)
Declaration
public void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit graphicsUnit)
Parameters
System.
|
System.
|
System.
|
System.
|
Implements
DrawImage(Image, RectangleF, RectangleF, GraphicsUnit, Single)
Declaration
public void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit graphicsUnit, float opacity)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
Implements
DrawImageUnscaled(Image, Point)
Declaration
public void DrawImageUnscaled(Image image, Point location)
Parameters
System.
|
System.
|
Implements
DrawPath(Pen, GraphicsPath)
Declaration
public void DrawPath(Pen pen, GraphicsPath path)
Parameters
System.
|
System.
|
Implements
FillPath(Brush, GraphicsPath)
Declaration
public void FillPath(Brush brush, GraphicsPath path)
Parameters
System.
|
System.
|
Implements
FromGraphics(Graphics)
Declaration
public static ISvgRenderer FromGraphics(Graphics graphics)
Parameters
System.
|
Returns
FromImage(Image)
Declaration
public static ISvgRenderer FromImage(Image image)
Parameters
System.
|
Returns
FromNull()
GetBoundable()
Declaration
public ISvgBoundable GetBoundable()
Returns
Implements
GetClip()
PopBoundable()
Declaration
public ISvgBoundable PopBoundable()
Returns
Implements
RotateTransform(Single, MatrixOrder)
Declaration
public void RotateTransform(float fAngle, MatrixOrder order)
Parameters
System.
|
System.
|
Implements
ScaleTransform(Single, Single, MatrixOrder)
Declaration
public void ScaleTransform(float sx, float sy, MatrixOrder order)
Parameters
System.
|
System.
|
System.
|
Implements
SetBoundable(ISvgBoundable)
Declaration
public void SetBoundable(ISvgBoundable boundable)
Parameters
ISvg
|
Implements
SetClip(Region, CombineMode)
Declaration
public void SetClip(Region region, CombineMode combineMode)
Parameters
System.
|
System.
|
Implements
TranslateTransform(Single, Single, MatrixOrder)
Declaration
public void TranslateTransform(float dx, float dy, MatrixOrder order)
Parameters
System.
|
System.
|
System.
|
Implements
Explicit Interface Implementations
IGraphicsProvider.GetGraphics()
Declaration
Graphics IGraphicsProvider.GetGraphics()
Returns
System.
|