Spread Windows Forms 17
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
    ImageBrush Image {get;}
    See Also