HasImage Property (GcWicBitmap)
In This Topic
Gets a value indicating whether the underlying image exists (has been loaded or created). If this property is false, call Load() or CreateImage() to load or create the underlying image. Calling any other method will throw an exception unless this property is true.
Syntax
'Declaration
Public ReadOnly Property HasImage As System.Boolean
public System.bool HasImage {get;}
See Also
Reference
GcWicBitmap Class
GcWicBitmap Members
Load(Stream,BaseTransform[]) Method
Load(Stream,WicContainerFormat,Int32,Nullable<Rectangle>,BaseTransform[]) Method
Load(String,BaseTransform[]) Method
Load(String,WicContainerFormat,Int32,Nullable<Rectangle>,BaseTransform[]) Method
CreateImage Method