←Select platform

MemoryFlags Property

Summary

Gets or sets the memory model flags being used to create the RasterImage object.

Syntax

C#
VB
WinRT C#
C++
public RasterMemoryFlags MemoryFlags { get; set; } 
Public Property MemoryFlags As Leadtools.RasterMemoryFlags 
public Leadtools.RasterMemoryFlags MemoryFlags {get; set;} 
 <br/>get_MemoryFlags();<br/>set_MemoryFlags(value);<br/>Object.defineProperty('MemoryFlags');  
public: 
property Leadtools.RasterMemoryFlags MemoryFlags { 
   Leadtools.RasterMemoryFlags get(); 
   void set (    Leadtools.RasterMemoryFlags ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly