INTENT.Initialize
  INTENT.ShareImage(File.DirDefaultExternal,"imagen.jpg".true)
	 
	
	
		
	
 
I want to use this command to share an image of an object
sample
INTENT.Initialize
  INTENT.ShareImage(File.DirDefaultExternal,"ImageView1.Background",true)
Is there a way to use it as
Thank you..