Create a new image
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IImage CreateImage( string name, string AltText, IAsset imgAsset, IGallery gallery ) |
Visual Basic |
---|
Function CreateImage ( _ name As String, _ AltText As String, _ imgAsset As IAsset, _ gallery As IGallery _ ) As IImage |
Visual C++ |
---|
IImage^ CreateImage( String^ name, String^ AltText, IAsset^ imgAsset, IGallery^ gallery ) |
Parameters
- name
- Type: System..::..String
- AltText
- Type: System..::..String
Alternate text
- imgAsset
- Type: Cartella.Interfaces..::..IAsset
Image asset
- gallery
- Type: Cartella.Interfaces..::..IGallery