PowerTools InputMan for ASP.NET 8.0J
ImageItem コンストラクタ(String,String,Int32,Int32)

画像のURL(String 型)
画像の名前(String 型)
画像の幅(Int32 型)
画像の高さ(Int32 型)
指定したデータを含むImageItemクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal url As String, _
   ByVal name As String, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
public ImageItem( 
   string url,
   string name,
   int width,
   int height
)

パラメータ

url
画像のURL(String 型)
name
画像の名前(String 型)
width
画像の幅(Int32 型)
height
画像の高さ(Int32 型)
参照

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

 

 


© 2005-2015 GrapeCity inc. All rights reserved.