←Select platform

RasterMetadataURational Constructor

Summary

Initializes a new instance of the RasterMetadataURational struct with the specified values.

Syntax
C#
VB
C++
[CLSCompliantAttribute(false)] 
public RasterMetadataURational( 
   uint numerator, 
   uint denominator 
) 
<CLSCompliantAttribute(False)> 
Public Function New( _ 
   ByVal numerator As UInteger, _ 
   ByVal denominator As UInteger _ 
) 
[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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly