Gets and sets if the alpha channel data is loaded.
'Declaration
Public Property LoadAlphaChannel As Boolean
'Usage
Dim instance As LoadOptions
Dim value As Boolean
instance.LoadAlphaChannel = value
value = instance.LoadAlphaChannel
public bool LoadAlphaChannel {get; set;}
public: __property bool get_LoadAlphaChannel();
public: __property void set_LoadAlphaChannel(
bool value
);
public:
property bool LoadAlphaChannel {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to enable loading the alpha channel data. Otherwise,
false is returned.