←Select platform

IsTiled Property

Summary

Determines if the memory allocated for the image data is allocated in tiles.

Syntax
C#
VB
Objective-C
C++
Java
public bool IsTiled { get; } 
Public ReadOnly Property IsTiled As Boolean 
@property (nonatomic, assign, readonly) BOOL isTiled 
public boolean isTiled() 
public: 
property bool IsTiled { 
   bool get(); 
} 

Property Value

true if the memory allocated for the image data is allocated in tiles.

Example

For an example, refer to IsConventionalMemory.

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