LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterMetadataURational Structure
See Also  Members  
Leadtools Namespace : RasterMetadataURational Structure



Encapsulates an unsinged rational value, for use with classes derived from RasterMetadata. Supported in Silverlight, Windows Phone 7

Object Model

RasterMetadataURational StructureRasterMetadataURational Structure

Syntax

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

Example

For an example, refer to RasterTagMetadata.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.RasterMetadataURational

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also