FlexReport for WinForms
DrawSvg メソッド (C1ExportTextLayout)


C1.Document.4.6.2 アセンブリ > C1.Document.Util 名前空間 > C1ExportTextLayout クラス : DrawSvg メソッド
C1Graphics instance.
Text as Svg.
Rectangle to fit svg.
Draws text as svg.
シンタックス
'宣言
 
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.
参照

参照

C1ExportTextLayout クラス
C1ExportTextLayout メンバ