←Select platform

TileValid Property

Summary

Determines whether the Tile property is valid.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool TileValid { get; } 
Public ReadOnly Property TileValid As Boolean 
public bool TileValid {get;} 
@property (nonatomic, assign, readonly) BOOL tileValid 
public boolean getTileValid() 
 get_TileValid();  
public: 
property bool TileValid { 
   bool get(); 
} 

Property Value

true if the value in the Tile property is valid, false if it is being ignored.

Example

For an example, refer to RasterCodecs.LoadImage.

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.Codecs Assembly