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



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

Object Model

RasterMetadataRational StructureRasterMetadataRational Structure

Syntax

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

Example

For an example, refer to RasterTagMetadata.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.RasterMetadataRational

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