バージョン

Playback(IGraphics,Single,Single,Single,IFontMapper) メソッド

グラフィック サーフェイスでメタファイル コマンドを再生します。
シンタックス
'宣言
 
Public Overloads Sub Playback( _
   ByVal graphics As IGraphics, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal scale As Single, _
   ByVal fontMapper As IFontMapper _
) 
public void Playback( 
   IGraphics graphics,
   float x,
   float y,
   float scale,
   IFontMapper fontMapper
)

パラメータ

graphics
IGraphics インターフェイスを実装するグラフィックス サーフェイス。
x
出力の X コンポーネント。
y
出力の Y コンポーネント。
scale
スケール比。
fontMapper
フォント マッパ。
参照