Imaging Library for Silverlight
SetSize メソッド

C1Bitmap の幅(ピクセル単位)。
C1Bitmap の高さ(ピクセル単位)。
C1Bitmap を特定のサイズの空白イメージに初期化します。
構文
'宣言
 
Public Sub SetSize( _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
) 
public void SetSize( 
   System.int width,
   System.int height
)

パラメータ

width
C1Bitmap の幅(ピクセル単位)。
height
C1Bitmap の高さ(ピクセル単位)。
参照

C1Bitmap クラス
C1Bitmap メンバ