SvgGraphics
Drawing objects to a svg
For setting namespace, clear all attributes on setting, therefore use this property before setting other svg options
Sets or gets prefix for style and object ids
Initialize a new Graphics for SVG, it's rendered to xml, layer by layer, not one image,
set the Size of this graphics in Size property
public void DrawArc(Pen pen, float x, float y, float width, float height, float startAngle, float sweepAngle)
public void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttr)
public void DrawImage(Image image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs)
public void DrawPie(Pen pen, float x, float y, float width, float height, float startAngle, float sweepAngle)
public void DrawString(string text, Font font, Brush brush, float left, float top, StringFormat format)
public void FillPie(Brush brush, float x, float y, float width, float height, float startAngle, float sweepAngle)
public Region[] MeasureCharacterRanges(string text, Font font, RectangleF textRect, StringFormat format)
public void MeasureString(string text, Font font, SizeF size, StringFormat format, out int charsFit, out int linesFit)