Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterMetadataRational Structure
See Also  Members  
Leadtools Namespace : RasterMetadataRational Structure



Encapsulates a rational value, for use with classes derived from RasterMetadata.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Structure RasterMetadataRational 
   Inherits ValueType
Visual Basic (Usage)Copy Code
Dim instance As RasterMetadataRational
C# 
[SerializableAttribute()]
public struct RasterMetadataRational : ValueType 
C++/CLI 
[SerializableAttribute()]
public value class RasterMetadataRational : public ValueType 

Example

For an example, refer to RasterTagMetadata.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.RasterMetadataRational

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also