DioDocs for PDF
DrawSvg(GcSvgDocument,PointF,Single) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス > DrawSvg メソッド : DrawSvg(GcSvgDocument,PointF,Single) メソッド
The SVG document to draw.
The coordinates for drawing the top-left corner of the SVG viewport.
The opacity factor to be applied to the SVG content.
Draws a specified SVG document at a point specifying the position of the SVG viewport.

To specify the position of the SVG content rather than viewport, see DrawSvgContent(GcSvgDocument,PointF,Single).

シンタックス
'宣言
 
Public Overloads Sub DrawSvg( _
   ByVal svgDocument As GcSvgDocument, _
   ByVal viewportPosition As System.Drawing.PointF, _
   Optional ByVal opacity As System.Single _
) 
public void DrawSvg( 
   GcSvgDocument svgDocument,
   System.Drawing.PointF viewportPosition,
   System.float opacity
)

パラメータ

svgDocument
The SVG document to draw.
viewportPosition
The coordinates for drawing the top-left corner of the SVG viewport.
opacity
The opacity factor to be applied to the SVG content.
参照

GcGraphics クラス
GcGraphics メンバ
オーバーロード一覧