'宣言 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.