Metodo DedFileSystemHelperGetImage
|
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassipublic static Image GetImage(
string path,
IconSizeType sizeType,
Size itemSize
)
Public Shared Function GetImage (
path As String,
sizeType As IconSizeType,
itemSize As Size
) As Image
public:
static Image^ GetImage(
String^ path,
IconSizeType sizeType,
Size itemSize
)
static member GetImage :
path : string *
sizeType : IconSizeType *
itemSize : Size -> Image
Parametri
- path String
-
- sizeType IconSizeType
-
- itemSize Size
-
Valore di ritorno
Image
Vedi anche