LEADTOOLS (Leadtools assembly)

RasterMetadataURational Constructor (RasterMetadataURational)

Show in webframe







The value for the numerator.
The value for the denominator.
Initializes a new instance of the RasterMetadataURational struct with the specified values.
Syntax
[CLSCompliantAttribute(false)]
public RasterMetadataURational( 
   uint numerator,
   uint denominator
)
'Declaration
 
<CLSCompliantAttribute(False)>
Public Function New( _
   ByVal numerator As UInteger, _
   ByVal denominator As UInteger _
)
'Usage
 
Dim numerator As UInteger
Dim denominator As UInteger
 
Dim instance As New RasterMetadataURational(numerator, denominator)
[CLSCompliantAttribute(false)]
public RasterMetadataURational( 
   uint numerator,
   uint denominator
)

            

            
function RasterMetadataURational( 
   numerator ,
   denominator 
)
[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

See Also

Reference

RasterMetadataURational Structure
RasterMetadataURational Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.