Click or drag to resize
AB4D logo

ObjFileToWpfModel3DConverterBitmapCacheOption Property

Gets or sets a BitmapCacheOption that is used when creating bitmaps from files. Default value is OnLoad that caches the image in memory at load time (this does not lock the image file name).

Namespace: Ab3d
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public BitmapCacheOption BitmapCacheOption { get; set; }

Property Value

BitmapCacheOption
See Also