Specify where to store the image
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum Location
Public Enumeration Location
public enum class Location
Members
Member | Value | Description |
---|---|---|
Memory | 0 |
use memory, for fast and little images
|
File | 1 |
use memory mapped file, for big images
|
Drawable | 2 |
use operating system canvas
|