Table of Contents

Method SetLoadFlags

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

SetLoadFlags(GenericImageLoadFlags)

Sets the flags used for loading image files by this object.

public virtual void SetLoadFlags(GenericImageLoadFlags flags)

Parameters

flags GenericImageLoadFlags

Remarks

The flags will affect any future calls to load from file functions for this object. To change the flags for all image objects, call SetDefaultLoadFlags(GenericImageLoadFlags) before creating any of them.