LEADTOOLS (Leadtools assembly)

MemoryFlags Property (RasterImageAllocateData)

Show in webframe







Gets or sets the memory model flags being used to create the RasterImage object.
Syntax
public RasterMemoryFlags MemoryFlags {get; set;}
'Declaration
 
Public Property MemoryFlags As RasterMemoryFlags
'Usage
 
Dim instance As RasterImageAllocateData
Dim value As RasterMemoryFlags
 
instance.MemoryFlags = value
 
value = instance.MemoryFlags
public RasterMemoryFlags MemoryFlags {get; set;}

            

            
 
get_MemoryFlags();
set_MemoryFlags(value);
Object.defineProperty('MemoryFlags');
public:
property RasterMemoryFlags MemoryFlags {
   RasterMemoryFlags get();
   void set (    RasterMemoryFlags value);
}

Property Value

One or more RasterMemoryFlags enumeration members that represent the memory model to use when creating the RasterImage object.
Remarks

You can inspect and change the memory model (conventional, disk, tiled, etc.) used when creating the RasterImage object by using this property. Refer to the example of the RasterDefaults.SetRasterImageAllocateCallback method.

Example
For an example, refer to RasterDefaults.SetRasterImageAllocateCallback.
Requirements

Target Platforms

See Also

Reference

RasterImageAllocateData Class
RasterImageAllocateData Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.