←Select platform

IsGlobalMemory Property

Summary

Determines if the memory allocated for the image data is a global Windows handle.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool IsGlobalMemory { get; } 
Public ReadOnly Property IsGlobalMemory As Boolean 
public bool IsGlobalMemory {get;} 
@property (nonatomic, assign, readonly) BOOL usesGlobalMemory 
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

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