Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also