LEADTOOLS (Leadtools assembly)

IsGlobalMemory Property

Show in webframe







Determines if the memory allocated for the image data is a global Windows handle.
Syntax
public bool IsGlobalMemory {get;}
'Declaration
 
Public ReadOnly Property IsGlobalMemory As Boolean
'Usage
 
Dim instance As RasterImage
Dim value As Boolean
 
value = instance.IsGlobalMemory
public bool IsGlobalMemory {get;}
@property (nonatomic, readonly, assign) BOOL isGlobalMemory;
public boolean isGlobalMemory()
 get_IsGlobalMemory(); 
public:
property bool IsGlobalMemory {
   bool get();
}

Property Value

true if the memory allocated for the image data is a global Windows handle; false, otherwise.
Remarks
If the value of this property is set, you must use Access and Release when using low level methods that access the image data directly. For more information, refer to Access.

In Silverlight, a value of True indicates that the RasterImage object has stored the image data internally using a Silverlight WritableBitmap. For more information, see CodecsLoadOptions.UseWriteableBitmap and UseNativeLoad

Example
For an example, refer to GetRow(Int32,Byte[],Int32,Int32)
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

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