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. |
![]() | Document | Gets width of the paper. |
![]() | Font | Gets or sets current text format of this graphics. |
![]() | Height | Gets height of the paper. |
![]() | OffsetX | Gets or sets the X offset coordinate (horizontal). |
![]() | OffsetY | Gets or sets the Y offset coordinate (vertical). |
![]() | Pen | Gets or sets current pen of this graphics. |
![]() | PreciseText | Gets or sets a flag for more precise text measurement. |
![]() | 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. |
![]() | PopClip | Pop the clip rectangle. |
![]() | PopTransform | Pop the transform matrix for drawing. |
![]() | PushClipPath | Push the clip path defined by points and types. |
![]() | 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. |
![]() | ToBytes | Generates a SVG binary code. |
![]() | ToContext | Generates a SVG text context code, that inside svg tag. |
![]() ![]() | ToGrayscaleImage | Convert image to black and white image. |
![]() ![]() | ToImage | Convert to image in memory. |
![]() | ToText | Generates a SVG text code. |