Name | Description | |
---|---|---|
SvgRendering Constructor | Support SVG rendering interface. |
The following tables list the members exposed by SvgRendering.
Name | Description | |
---|---|---|
SvgRendering Constructor | Support SVG rendering interface. |
Name | Description | |
---|---|---|
ClipRect | Gets clipping area as rectangle bounds. | |
Font | Gets or sets current text format of this graphics. | |
Height | Gets height of the paper. | |
Pen | Gets or sets current pen of this graphics. | |
Transform | Gets transfoming matrix. | |
Width | Gets width of the paper. |
Name | Description | |
---|---|---|
ArcToBezier | Convert an arc to Bezier curves. | |
Dispose | ||
DrawArc | Draw arc (ellipse segment) with current stroke attributes. | |
DrawDonutSegment | Draw donut segment with current stroke and fill. | |
DrawEllipse | Draw ellipse with current stroke and fill. | |
DrawImage | Overloaded. Draw image using special source. | |
DrawLine | Draw line between two points using current stroke attributes. | |
DrawLines | Draw lines using specified coordinates. | |
DrawPath | Draws a path defined by points and types and fill. | |
DrawPieSegment | Draw pie segment with current stroke and fill. | |
DrawPolygon | Draw polygon with current stroke and fill. | |
DrawRect | Draw rectangle with current stroke and fill. | |
DrawRoundRect | Draw round rectangle with current stroke and fill. | |
DrawString | Overloaded. Draw string at specified position. | |
End | End generate this SVG. | |
MeasureString | Measures size of string in layout area. | |
PopClipRect | Pop the clip rectangle. | |
PopTransform | Pop the transform matrix for drawing. | |
PushClipRect | Overloaded. Push the clip rectangle. | |
PushTransform | Push the transform matrix for drawing. | |
SetFill | Sets the fill brush. | |
SetFont | Sets the font. | |
SetOpacity | Changes the brush opacity. | |
SetStroke | Sets the current stroke brush. | |
SetStrokePattern | Sets the stroke pattern. | |
SetStrokeThickness | Sets the stroke thickness. | |
ToBlackWhiteImage | Convert image to black and white image. | |
ToContext | Generates a SVG text context code, that inside svg tag. | |
ToGrayscaleImage | Convert image to black and white image. | |
ToImage | Convert to image. | |
ToText | Generates a SVG text code. |