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




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

Syntax

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

Example

For an example, refer to RasterTagMetadata.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.RasterMetadataURational

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also