←Select platform

MemoryFlags Property

Summary

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

Syntax
C#
VB
C++
public RasterMemoryFlags MemoryFlags { get; set; } 
Public Property MemoryFlags As RasterMemoryFlags 
public: 
property RasterMemoryFlags MemoryFlags { 
   RasterMemoryFlags get(); 
   void set (    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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly