バージョン

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

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

パラメータ

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