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.
シンタックス
'宣言
Public ReadOnly Property HasImage As System.Boolean
public System.bool HasImage {get;}
参照
GcWicBitmap クラス
GcWicBitmap メンバ
Load(Stream,BaseTransform[]) メソッド
Load(Stream,WicContainerFormat,Int32,Nullable<Rectangle>,BaseTransform[]) メソッド
Load(String,BaseTransform[]) メソッド
Load(String,WicContainerFormat,Int32,Nullable<Rectangle>,BaseTransform[]) メソッド
CreateImage メソッド