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



numerator
The value for the numerator.
denominator
The value for the denominator.
Initializes a new instance of the RasterMetadataURational class with the specified values.

Syntax

Visual Basic (Declaration)  
<CLSCompliantAttribute(False)>
Public Function New( _
   ByVal numerator As UInteger, _
   ByVal denominator As UInteger _
)
Visual Basic (Usage) Copy Code
Dim numerator As UInteger
Dim denominator As UInteger
 
Dim instance As RasterMetadataURational(numerator, denominator)
C#  
[CLSCompliantAttribute(false)]
public RasterMetadataURational( 
   uint numerator,
   uint denominator
)
C++/CLI  
[CLSCompliantAttribute(false)]
public:
RasterMetadataURational( 
   uint numerator,
   uint denominator
)

Parameters

numerator
The value for the numerator.
denominator
The value for the denominator.

Example

For an example, refer to RasterTagMetadata.

Requirements

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

See Also