バージョン

DrawZoomedImage メソッド

指定された画像をグラフィックス オブジェクトの中央に描画しスケーリングします。
シンタックス
'宣言
 
Public Sub DrawZoomedImage( _
   ByVal image As Image, _
   ByVal rect As Rectangle, _
   ByVal imgAttributes As ImageAttributes, _
   ByVal zoomFactor As Double _
) 
public void DrawZoomedImage( 
   Image image,
   Rectangle rect,
   ImageAttributes imgAttributes,
   double zoomFactor
)

パラメータ

image
描画する画像
rect
画像を描画すべき四角形
imgAttributes
ImageAttributesインスタンスまたはnull
zoomFactor
UIElement に適用される ZoomFactor。
参照