Method | Description | |
---|---|---|
Dispose ( ) : void | ||
DrawImage ( Image image, |
||
DrawImageUnscaled ( Image image, Point location ) : void | ||
DrawPath ( |
||
FillPath ( |
||
FromGraphics ( |
Creates a new SvgRenderer from the specified Graphics.
|
|
FromImage ( Image image ) : |
Creates a new SvgRenderer from the specified Image.
|
|
MeasureString ( string text, |
||
RotateTransform ( float fAngle ) : void | ||
RotateTransform ( float fAngle, MatrixOrder order ) : void | ||
Save ( ) : void | ||
ScaleTransform ( float sx, float sy ) : void | ||
ScaleTransform ( float sx, float sy, MatrixOrder order ) : void | ||
SetClip ( |
||
TranslateTransform ( float dx, float dy ) : void | ||
TranslateTransform ( float dx, float dy, MatrixOrder order ) : void |
Method | Description | |
---|---|---|
SvgRenderer ( ) : System |
Initializes a new instance of the SvgRenderer class.
|
public DrawImage ( Image image, |
||
image | Image | |
destRect | ||
srcRect | ||
graphicsUnit | GraphicsUnit | |
return | void |
public DrawImageUnscaled ( Image image, Point location ) : void | ||
image | Image | |
location | Point | |
return | void |
public DrawPath ( |
||
pen | ||
path | ||
return | void |
public FillPath ( |
||
brush | ||
path | ||
return | void |
public static FromGraphics ( |
||
graphics | The |
|
return |
public static FromImage ( Image image ) : |
||
image | Image | |
return |
public MeasureString ( string text, |
||
text | string | |
font | ||
return |
public RotateTransform ( float fAngle ) : void | ||
fAngle | float | |
return | void |
public RotateTransform ( float fAngle, MatrixOrder order ) : void | ||
fAngle | float | |
order | MatrixOrder | |
return | void |
public ScaleTransform ( float sx, float sy ) : void | ||
sx | float | |
sy | float | |
return | void |
public ScaleTransform ( float sx, float sy, MatrixOrder order ) : void | ||
sx | float | |
sy | float | |
order | MatrixOrder | |
return | void |
public SetClip ( |
||
region | ||
return | void |
public TranslateTransform ( float dx, float dy ) : void | ||
dx | float | |
dy | float | |
return | void |
public TranslateTransform ( float dx, float dy, MatrixOrder order ) : void | ||
dx | float | |
dy | float | |
order | MatrixOrder | |
return | void |