GrapeCity SPREAD for Windows Forms 11.0J
GetImageList メソッド


指定したスケール係数。
マネージャから指定したスケールバージョンのImageListを取得します。
構文
'Declaration
 
Public Function GetImageList( _
   ByVal scaleFactor As Single _
) As ImageList
'使用法
 
Dim instance As MultiScalingImageListResourcesManager
Dim scaleFactor As Single
Dim value As ImageList
 
value = instance.GetImageList(scaleFactor)
public ImageList GetImageList( 
   float scaleFactor
)

パラメータ

scaleFactor
指定したスケール係数。

戻り値の型

指定したスケールバージョンのImageList。
参照

MultiScalingImageListResourcesManager クラス
MultiScalingImageListResourcesManager メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.