static class
|
PyramidsUtil
|
The configurator object for the PyramidFlags type.
public
static
readonly
field
|
ConfigPyramidFlags
|
||
type
|
IConfigurator<PyramidFlags>
|
The configurator object for the UrlPatternMode type.
public
static
readonly
field
|
ConfigUrlPatternMode
|
||
type
|
IConfigurator<UrlPatternMode>
|
Size of the pixel pyramid cache.
public
static
property
|
CacheMemory
{
get
set
}
|
||
type
|
int32
|
||
value
|
|
The amount of cache memory, in megabytes. |
See also:
IPixelPyramid.CacheReturns the cache object.
[OwnerReturn]
|
||||
public
static
property
|
CacheObject
{
get
}
|
|||
type
|
IDisposable
|
|||
value
|
|
The cache object. |
Remarks:
The cache object is created when needed and disposed when no longer needed. By keeping the returned cache object alive, client code can avoid repeated creations / disposals if only one entity at a time is using the cache.
The logger object of this class.
public
static
readonly
field
|
Logger
|
||
type
|
ILogger
|