GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICamera Interface / Image Property


In This Topic
Image Property (ICamera)
In This Topic
Gets the image brush of the camera object.
Syntax
'Declaration
 
ReadOnly Property Image As ImageBrush
 
'Usage
 
Dim instance As ICamera
Dim value As ImageBrush
 
value = instance.Image
See Also