'宣言 Public Overloads Shared Function GetImageEmbeddedResource( _ ByVal imageName As System.String _ ) As GrapeCity.Documents.Drawing.Image
'使用法 Dim imageName As System.String Dim value As GrapeCity.Documents.Drawing.Image value = Utils.GetImageEmbeddedResource(imageName)
public static GrapeCity.Documents.Drawing.Image GetImageEmbeddedResource( System.string imageName )
パラメータ
- imageName
- The image name.
戻り値の型
The image from embedded resource.