Interface ISvgRenderer
Inherited Members
System.IDisposable.Dispose()
Namespace: Telerik.WinControls.Svg
Assembly: TelerikCommon.dll
Syntax
public interface ISvgRenderer : IDisposable
Properties
DpiY
Declaration
float DpiY { get; }
Property Value
System.Single
|
SmoothingMode
Declaration
SmoothingMode SmoothingMode { get; set; }
Property Value
System.Drawing.Drawing2D.SmoothingMode
|
Transform
Declaration
Matrix Transform { get; set; }
Property Value
System.Drawing.Drawing2D.Matrix
|
Methods
DrawImage(Image, RectangleF, RectangleF, GraphicsUnit)
Declaration
void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit graphicsUnit)
Parameters
System.Drawing.Image
image
|
System.Drawing.RectangleF
destRect
|
System.Drawing.RectangleF
srcRect
|
System.Drawing.GraphicsUnit
graphicsUnit
|
DrawImage(Image, RectangleF, RectangleF, GraphicsUnit, Single)
Declaration
void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit graphicsUnit, float opacity)
Parameters
System.Drawing.Image
image
|
System.Drawing.RectangleF
destRect
|
System.Drawing.RectangleF
srcRect
|
System.Drawing.GraphicsUnit
graphicsUnit
|
System.Single
opacity
|
DrawImageUnscaled(Image, Point)
Declaration
void DrawImageUnscaled(Image image, Point location)
Parameters
System.Drawing.Image
image
|
System.Drawing.Point
location
|
DrawPath(Pen, GraphicsPath)
Declaration
void DrawPath(Pen pen, GraphicsPath path)
Parameters
System.Drawing.Pen
pen
|
System.Drawing.Drawing2D.GraphicsPath
path
|
FillPath(Brush, GraphicsPath)
Declaration
void FillPath(Brush brush, GraphicsPath path)
Parameters
System.Drawing.Brush
brush
|
System.Drawing.Drawing2D.GraphicsPath
path
|
GetBoundable()
GetClip()
Declaration
Region GetClip()
Returns
System.Drawing.Region
|
PopBoundable()
RotateTransform(Single, MatrixOrder)
Declaration
void RotateTransform(float fAngle, MatrixOrder order)
Parameters
System.Single
fAngle
|
System.Drawing.Drawing2D.MatrixOrder
order
|
ScaleTransform(Single, Single, MatrixOrder)
Declaration
void ScaleTransform(float sx, float sy, MatrixOrder order)
Parameters
System.Single
sx
|
System.Single
sy
|
System.Drawing.Drawing2D.MatrixOrder
order
|
SetBoundable(ISvgBoundable)
SetClip(Region, CombineMode)
Declaration
void SetClip(Region region, CombineMode combineMode)
Parameters
System.Drawing.Region
region
|
System.Drawing.Drawing2D.CombineMode
combineMode
|
TranslateTransform(Single, Single, MatrixOrder)
Declaration
void TranslateTransform(float dx, float dy, MatrixOrder order)
Parameters
System.Single
dx
|
System.Single
dy
|
System.Drawing.Drawing2D.MatrixOrder
order
|