[Visual Basic] Public Property Image As
Image
[C#] public Image Image {get; set;}
Property Value
Base image object
Explanation
The Image property sets or retrieves the base image. Although it is possible to set the image directly into the Image property, if the LayerNumber property is set to -1 and the file is loaded then the image is automatically set in the Image property. To disable the image data, set the Image property to null (Nothing in Visual Basic).
See Also
ImageKit Members | Newtone.ImageKit.Win.ImageKit