Interface ISvgRenderer
Namespace: Svg
Assembly: Svg.dll
Syntax
public interface ISvgRenderer : IDisposable
Properties
|
Improve this Doc
View Source
DpiY
Declaration
Property Value
|
Improve this Doc
View Source
SmoothingMode
Declaration
SmoothingMode SmoothingMode { get; set; }
Property Value
| Type |
Description |
| SmoothingMode |
|
|
Improve this Doc
View Source
Declaration
Matrix Transform { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DrawImage(Image, RectangleF, RectangleF, GraphicsUnit)
Declaration
void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit graphicsUnit)
Parameters
|
Improve this Doc
View Source
DrawImage(Image, RectangleF, RectangleF, GraphicsUnit, Single)
Declaration
void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit graphicsUnit, float opacity)
Parameters
|
Improve this Doc
View Source
DrawImageUnscaled(Image, Point)
Declaration
void DrawImageUnscaled(Image image, Point location)
Parameters
| Type |
Name |
Description |
| Image |
image |
|
| Point |
location |
|
|
Improve this Doc
View Source
DrawPath(Pen, GraphicsPath)
Declaration
void DrawPath(Pen pen, GraphicsPath path)
Parameters
| Type |
Name |
Description |
| Pen |
pen |
|
| GraphicsPath |
path |
|
|
Improve this Doc
View Source
FillPath(Brush, GraphicsPath)
Declaration
void FillPath(Brush brush, GraphicsPath path)
Parameters
| Type |
Name |
Description |
| Brush |
brush |
|
| GraphicsPath |
path |
|
|
Improve this Doc
View Source
GetBoundable()
Declaration
ISvgBoundable GetBoundable()
Returns
|
Improve this Doc
View Source
GetClip()
Declaration
Returns
|
Improve this Doc
View Source
PopBoundable()
Declaration
ISvgBoundable PopBoundable()
Returns
|
Improve this Doc
View Source
Declaration
void RotateTransform(float fAngle, MatrixOrder order = null)
Parameters
| Type |
Name |
Description |
| Single |
fAngle |
|
| MatrixOrder |
order |
|
|
Improve this Doc
View Source
Declaration
void ScaleTransform(float sx, float sy, MatrixOrder order = null)
Parameters
|
Improve this Doc
View Source
SetBoundable(ISvgBoundable)
Declaration
void SetBoundable(ISvgBoundable boundable)
Parameters
|
Improve this Doc
View Source
SetClip(Region, CombineMode)
Declaration
void SetClip(Region region, CombineMode combineMode = null)
Parameters
| Type |
Name |
Description |
| Region |
region |
|
| CombineMode |
combineMode |
|
|
Improve this Doc
View Source
Declaration
void TranslateTransform(float dx, float dy, MatrixOrder order = null)
Parameters