PrintDocument for WinForms
GetImage メソッド (C1PreviewAction)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewAction クラス : GetImage メソッド
The image set to use.
The action to return the image for.
Gets one of the predefined images representing the specified action.
シンタックス
'宣言
 
Public Shared Function GetImage( _
   ByVal imageSet As ImageSetEnum, _
   ByVal action As C1PreviewActionEnum _
) As System.Drawing.Image
'使用法
 
Dim imageSet As ImageSetEnum
Dim action As C1PreviewActionEnum
Dim value As System.Drawing.Image
 
value = C1PreviewAction.GetImage(imageSet, action)
public static System.Drawing.Image GetImage( 
   ImageSetEnum imageSet,
   C1PreviewActionEnum action
)

パラメータ

imageSet
The image set to use.
action
The action to return the image for.

戻り値の型

The image from the specified image set representing the specified action, or null if the action has no corresponding image.
参照

C1PreviewAction クラス
C1PreviewAction メンバ