'宣言 Protected Overridable Sub DrawSvg( _ ByVal graphics As C1Graphics, _ ByVal svg As System.String, _ ByVal rect As System.Drawing.RectangleF _ )
'使用法 Dim instance As C1ExportTextLayout Dim graphics As C1Graphics Dim svg As System.String Dim rect As System.Drawing.RectangleF instance.DrawSvg(graphics, svg, rect)
protected virtual void DrawSvg( C1Graphics graphics, System.string svg, System.Drawing.RectangleF rect )
パラメータ
- graphics
- C1Graphics instance.
- svg
- Text as Svg.
- rect
- Rectangle to fit svg.