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

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

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

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

パラメータ

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

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