'Declaration Public Overloads Function AddImageResource( _
ByVal imageИзображение для добавления.As Vintasoft.Imaging.VintasoftImage, _
ByVal progressControllerКонтроллер прогресса.As Vintasoft.Imaging.Utils.IActionProgressController _
) As System.String
public System.String AddImageResource(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Utils.IActionProgressController progressController
)
public: System.String AddImageResource(
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Utils.IActionProgressController* progressController
)
public:
System.String AddImageResource(
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.Utils.IActionProgressController^ progressController
)
Parameters
- image
- Изображение для добавления.
- progressController
- Контроллер прогресса.
Return Value
Строка с идентификатором ресурса, если изображение добавлено на лист; null, если изображение не добавлено на лист.