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

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス > DrawSvgContent メソッド : DrawSvgContent(GcSvgDocument,RectangleF,Single) メソッド
The SVG document to draw.
The target rectangle for the SVG content.
The opacity factor to be applied to the SVG content.
Draws the content of a specified SVG document, resizing the content to fit into a specified rectangle.

To draw the SVG resizing its viewport rather than just the content, see DrawSvg(GcSvgDocument,RectangleF,Single).

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

パラメータ

svgDocument
The SVG document to draw.
contentRect
The target rectangle for the SVG content.
opacity
The opacity factor to be applied to the SVG content.
参照

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